mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
see if a simpler travis invocation will help?
This commit is contained in:
parent
90562edd53
commit
e316aec4a9
@ -33,8 +33,9 @@ install:
|
|||||||
- cabal new-build --only-dependencies -j
|
- cabal new-build --only-dependencies -j
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cabal new-build -j semantic-core semantic:exe:semantic
|
- cabal new-build -j
|
||||||
- cabal new-test semantic:test semantic-core:spec
|
- cabal new-run semantic:test
|
||||||
|
- cabal new-run semantic-core:spec
|
||||||
- cabal new-run semantic:parse-examples
|
- cabal new-run semantic:parse-examples
|
||||||
|
|
||||||
# Any branch linked with a pull request will be built, as well as the non-PR
|
# Any branch linked with a pull request will be built, as well as the non-PR
|
||||||
|
Loading…
Reference in New Issue
Block a user