Browse Source

[TravisCI] use OCaml 4.05.0 for now

Until we can use 4.06...
Andy Li 7 years ago
parent
commit
f341f9cc0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -99,7 +99,7 @@ install_osx: &install_osx
   - brew uninstall --force brew-cask # https://github.com/caskroom/homebrew-cask/pull/15381
   - brew uninstall --force brew-cask # https://github.com/caskroom/homebrew-cask/pull/15381
   - travis_retry brew tap Homebrew/bundle
   - travis_retry brew tap Homebrew/bundle
   - travis_retry brew bundle --file=tests/Brewfile
   - travis_retry brew bundle --file=tests/Brewfile
-  - opam init
+  - opam init --compiler=4.05.0
   - eval `opam config env`
   - eval `opam config env`
   - opam install camlp4 sedlex ocamlfind xml-light extlib rope ptmap
   - opam install camlp4 sedlex ocamlfind xml-light extlib rope ptmap
   # install neko
   # install neko