Skip to content

Commit 8c1c513

Browse files
committed
travis: remove textutils dependency
1 parent 910e3b2 commit 8c1c513

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 textutils core async sexplib"
5+
- OPAM_DEPENDS="cstruct quickcheck ounit pa_ounit core async sexplib"
66
- CONFIG_FLAGS="--enable-tests --enable-quickcheck --enable-async"
77
- FRENETIC_DEPENDS="ocaml-packet"
88
matrix:

0 commit comments

Comments
 (0)