Missing env var in travis-ci script

This commit is contained in:
Guillaume Bury 2016-07-23 13:32:06 +02:00
parent 33735b5e50
commit fda7b9ef3a

View file

@ -7,7 +7,7 @@ sudo apt-get install -qq ocaml ocaml-native-compilers camlp4-extra opam
export OPAMYES=1
export OPAMVERBOSE=1
opam init
opam switch OCAML_VERSION
opam switch ${OCAML_VERSION}
eval `opam config env`
opam install ${OPAM_DEPENDS}
eval `opam config env`