mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-28 12:24:50 -05:00
Missing env var in travis-ci script
This commit is contained in:
parent
33735b5e50
commit
fda7b9ef3a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ sudo apt-get install -qq ocaml ocaml-native-compilers camlp4-extra opam
|
||||||
export OPAMYES=1
|
export OPAMYES=1
|
||||||
export OPAMVERBOSE=1
|
export OPAMVERBOSE=1
|
||||||
opam init
|
opam init
|
||||||
opam switch OCAML_VERSION
|
opam switch ${OCAML_VERSION}
|
||||||
eval `opam config env`
|
eval `opam config env`
|
||||||
opam install ${OPAM_DEPENDS}
|
opam install ${OPAM_DEPENDS}
|
||||||
eval `opam config env`
|
eval `opam config env`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue