mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-24 18:36:43 -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 OPAMVERBOSE=1
|
||||
opam init
|
||||
opam switch OCAML_VERSION
|
||||
opam switch ${OCAML_VERSION}
|
||||
eval `opam config env`
|
||||
opam install ${OPAM_DEPENDS}
|
||||
eval `opam config env`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue