chore: update travis

This commit is contained in:
Simon Cruanes 2019-01-18 20:34:17 -06:00 committed by Guillaume Bury
parent c815ccf648
commit 1b6ff0e849

View file

@ -25,8 +25,8 @@ before_install:
- export OPAMVERBOSE=1
- opam switch ${OCAML_VERSION}
- eval `opam config env`
- opam install ocamlfind jbuilder
- if ${RUN_TEST}; then opam pin add dolmen https://github.com/Gbury/dolmen.git; fi
- opam install ocamlfind dune sequence
- if ${RUN_TEST}; then opam install containers ; fi
install:
- make build
script: