chore: fix travis

This commit is contained in:
Simon Cruanes 2019-03-10 12:11:59 -05:00
parent 47a7142a3c
commit 9aa4159f2b

View file

@ -25,7 +25,7 @@ before_install:
- export OPAMVERBOSE=1
- opam switch ${OCAML_VERSION}
- eval `opam config env`
- opam install ocamlfind dune sequence
- opam install ocamlfind dune iter
- if ${RUN_TEST}; then opam install containers ; fi
install:
- make build