Skip to content

Commit

Permalink
Merge PR coq#7471: [travis] Fix version of camlp5 for OCaml 4.06.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed May 10, 2018
2 parents 372737b + 42c6b8f commit 45171b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ env:
- COMPILER="system"
- COMPILER_BE="4.06.1"
- CAMLP5_VER=".6.14"
- CAMLP5_VER_BE=".7.03"
- CAMLP5_VER_BE=".7.05"
- FINDLIB_VER=".1.4.1"
- FINDLIB_VER_BE=".1.8.0"
- LABLGTK="lablgtk.2.18.3 lablgtk-extras.1.6"
Expand Down Expand Up @@ -278,6 +278,7 @@ install:
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then travis_retry ./dev/tools/sudo-apt-get-update.sh -q; fi
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then sudo apt-get install -y opam aspcud gcc-multilib; fi
- opam init -j ${NJOBS} --compiler=${COMPILER} -n -y
- opam switch "$COMPILER" && opam update
- eval $(opam config env)
- opam config list
- opam install -j ${NJOBS} -y num camlp5${CAMLP5_VER} ocamlfind${FINDLIB_VER} ${EXTRA_OPAM}
Expand Down

0 comments on commit 45171b6

Please sign in to comment.