1
1
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:
Patrick Thomson 2019-06-10 17:54:36 -04:00
parent 90562edd53
commit e316aec4a9

View File

@ -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