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

Commit c562987

Browse files
authored
Merge pull request #76 from github/build-semantic-core-in-travis
Build semantic-core in CI.
2 parents 4c358b4 + 51a0749 commit c562987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

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

3535
script:
36-
- cabal new-build -j
37-
- cabal new-test semantic:test
36+
- cabal new-build -j semantic-core semantic:exe:semantic
37+
- cabal new-test semantic:test semantic-core:spec

0 commit comments

Comments
 (0)