diff options
| author | Maxime Dénès | 2017-04-24 13:32:14 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-04-24 13:32:14 +0200 |
| commit | 3ba5dc3be9767422a6874fef034041a36b34f620 (patch) | |
| tree | 7d2b9a0e16e6e027dba8c4cc63dcae11789504d5 | |
| parent | d1a7206c3c9d89f1be8446be75bf0e5d90128087 (diff) | |
| parent | 6d2712cc7403ab05afb0f95b1a7d44c6e2acc518 (diff) | |
Merge PR#492: [travis] Pin camlp5 to the minimal version 6.14 for 4.02.3
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index d35b7a8422..72ce17a09f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ env: - NJOBS=2 # system is == 4.02.3 - COMPILER="system" + - CAMLP5_VER="6.14" # Main test suites matrix: - TEST_TARGET="test-suite" COMPILER="4.02.3+32bit" @@ -81,6 +82,7 @@ matrix: - env: - TEST_TARGET="test-suite" - COMPILER="4.04.0" + - CAMLP5_VER="6.17" - EXTRA_CONF="-coqide opt -with-doc yes" - EXTRA_OPAM="lablgtk-extras hevea" addons: @@ -106,8 +108,8 @@ matrix: install: - opam init -j ${NJOBS} --compiler=${COMPILER} -n -y - eval $(opam config env) -- opam config var root -- opam install -j ${NJOBS} -y camlp5 ocamlfind ${EXTRA_OPAM} +- opam config list +- opam install -j ${NJOBS} -y camlp5.${CAMLP5_VER} ocamlfind ${EXTRA_OPAM} - opam list script: |
