Skip to content

Commit 20217d0

Browse files
committed
Updated .travis.yml to have opam depend on sexp too
1 parent 8c79481 commit 20217d0

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
@@ -2,7 +2,7 @@ language: c
22
script: bash -ex .travis-ci.sh
33
env:
44
global:
5-
- OPAM_DEPENDS="cstruct quickcheck ounit pa_ounit"
5+
- OPAM_DEPENDS="cstruct quickcheck ounit pa_ounit sexplib"
66
- CONFIG_FLAGS="--enable-tests --enable-quickcheck"
77
- EXTRA_LD_LIBRARY_PATH="$TRAVIS_BUILD_DIR/_build/lib"
88
matrix:

0 commit comments

Comments
 (0)