Use 4.06 to run the testsuite in travis (#1163)

Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
Signed-off-by: David Allsopp <david.allsopp@metastack.com>
This commit is contained in:
Jérémie Dimino 2018-08-22 17:37:58 +01:00 committed by GitHub
parent c87d8e95e5
commit df2ee53a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -35,9 +35,9 @@ case "$TARGET" in
if [ ! -e ~/ocaml/bin/opam -o ! -e ~/.opam/lock -o "$OPAM_RESET" = "1" ] ; then
mkdir ~/ocaml/src
cd ~/ocaml/src
wget https://github.com/ocaml/opam/releases/download/1.2.2/opam-full-1.2.2.tar.gz
tar -xzf opam-full-1.2.2.tar.gz
cd opam-full-1.2.2
wget https://github.com/ocaml/opam/releases/download/2.0.0-rc4/opam-full-2.0.0.tar.gz
tar -xzf opam-full-2.0.0.tar.gz
cd opam-full-2.0.0
./configure --prefix=$PREFIX/ocaml
make lib-ext
make all
@ -45,7 +45,7 @@ case "$TARGET" in
cd ../..
rm -rf src
rm -rf ~/.opam
opam init
opam init --disable-sandboxing
eval $(opam config env)
opam install ocamlfind utop ppxlib reason odoc menhir ocaml-migrate-parsetree js_of_ocaml-ppx js_of_ocaml-compiler
opam remove dune jbuilder \

View File

@ -30,7 +30,7 @@ matrix:
env: OCAML_VERSION=4.07 OCAML_RELEASE=0 WITH_OPAM=0
stage: Build
- os: linux
env: OCAML_VERSION=4.05 OCAML_RELEASE=0 WITH_OPAM=1
env: OCAML_VERSION=4.06 OCAML_RELEASE=0 WITH_OPAM=1
stage: Test
addons:
apt: