Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit e316aec

Browse files
author
Patrick Thomson
committed
see if a simpler travis invocation will help?
1 parent 90562ed commit e316aec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ install:
3333
- cabal new-build --only-dependencies -j
3434

3535
script:
36-
- cabal new-build -j semantic-core semantic:exe:semantic
37-
- cabal new-test semantic:test semantic-core:spec
36+
- cabal new-build -j
37+
- cabal new-run semantic:test
38+
- cabal new-run semantic-core:spec
3839
- cabal new-run semantic:parse-examples
3940

4041
# Any branch linked with a pull request will be built, as well as the non-PR

0 commit comments

Comments
 (0)