mirror of
https://github.com/github/semantic.git
synced 2024-11-23 16:37:50 +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
|
||||
|
||||
script:
|
||||
- cabal new-build -j semantic-core semantic:exe:semantic
|
||||
- cabal new-test semantic:test semantic-core:spec
|
||||
- cabal new-build -j
|
||||
- cabal new-run semantic:test
|
||||
- cabal new-run semantic-core:spec
|
||||
- cabal new-run semantic:parse-examples
|
||||
|
||||
# Any branch linked with a pull request will be built, as well as the non-PR
|
||||
|
Loading…
Reference in New Issue
Block a user