Skip to content

Commit adbced4

Browse files
committed
Add explicit test deps in travis.yml
Signed-off-by: Jon Ludlam <[email protected]>
1 parent 71bc4f1 commit adbced4

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
@@ -15,7 +15,7 @@ env:
1515
- DISTRO="debian-unstable"
1616
matrix:
1717
- BASE_REMOTE=git://github.com/xapi-project/xs-opam \
18-
POST_INSTALL_HOOK="env TRAVIS=$TRAVIS TRAVIS_JOB_ID=$TRAVIS_JOB_ID TEST_CMD='jbuilder runtest --no-buffer' bash -ex coverage.sh"
18+
POST_INSTALL_HOOK="env TRAVIS=$TRAVIS TRAVIS_JOB_ID=$TRAVIS_JOB_ID TEST_DEPS="alcotest" TEST_CMD='jbuilder runtest --no-buffer' bash -ex coverage.sh"
1919
- EXTRA_REMOTES=git://github.com/xapi-project/xs-opam
2020
matrix:
2121
fast_finish: true

0 commit comments

Comments
 (0)