Skip to content

Commit 033d432

Browse files
Update Travis CI config to work in new repo layout. Refs #248.
The travis configuration file assumes that the Copilot library is located at the top level, so Cabal implicitly knows what the main library is. That assumption is no longer true after re-structuring the repo. This commit updates the travis file to the new repo layout, by explicitly indicating which component must be built.
1 parent da084f4 commit 033d432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ before_install:
2121
- git submodule update --remote
2222

2323
script:
24-
- cabal v2-build
24+
- cabal v2-install --lib copilot

0 commit comments

Comments
 (0)