aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml14
1 files changed, 1 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
index 42c41249d..ce178c8a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,12 +67,6 @@ matrix:
- TEST_TARGET="validate" COMPILER="${COMPILER_BE}+flambda" CAMLP5_VER="${CAMLP5_VER_BE}" NATIVE_COMP="no" EXTRA_CONF="-flambda-opts -O3" FINDLIB_VER="${FINDLIB_VER_BE}"
- if: NOT (type = pull_request)
env:
- - TEST_TARGET="ci-color"
- - if: NOT (type = pull_request)
- env:
- - TEST_TARGET="ci-compcert" EXTRA_OPAM="menhir"
- - if: NOT (type = pull_request)
- env:
- TEST_TARGET="ci-coq-dpdgraph" EXTRA_OPAM="ocamlgraph"
- if: NOT (type = pull_request)
env:
@@ -82,9 +76,6 @@ matrix:
- TEST_TARGET="ci-equations"
- if: NOT (type = pull_request)
env:
- - TEST_TARGET="ci-fiat-parsers"
- - if: NOT (type = pull_request)
- env:
- TEST_TARGET="ci-flocq"
- if: NOT (type = pull_request)
env:
@@ -98,9 +89,6 @@ matrix:
- if: NOT (type = pull_request)
env:
- TEST_TARGET="ci-pidetop"
- - if: NOT (type = pull_request)
- env:
- - TEST_TARGET="ci-sf"
- env:
- TEST_TARGET="lint"
@@ -253,7 +241,7 @@ before_install:
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
+- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then sudo apt-get install -y opam aspcud gcc-multilib --allow-unauthenticated; fi
- opam init -j ${NJOBS} --compiler=${COMPILER} -n -y
- opam switch "$COMPILER" && opam update
- eval $(opam config env)