Skip to content

Commit

Permalink
travis: be explicit about not using the system compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jan 4, 2019
1 parent 23752bf commit c690756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install_on_linux () {
sudo apt-get update -qq
if test $use_opam; then
sudo apt-get install -qq opam
opam init --compiler=$OCAML_VERSION
opam init --compiler=ocaml-base-compiler.$OCAML_VERSION
else
sudo apt-get install -qq ocaml ocaml-native-compilers opam
opam init
Expand All @@ -25,7 +25,7 @@ install_on_osx () {
brew update
brew reinstall ocaml
brew install libffi opam
opam init --compiler=$OCAML_VERSION
opam init --compiler=ocaml-base-compiler.$OCAML_VERSION
eval `opam env`
}

Expand Down

0 comments on commit c690756

Please sign in to comment.