aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-07-10 16:00:03 +0200
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-07-10 16:00:03 +0200
commitcbee3b75fca9809ac18f92110f90af834f0fca49 (patch)
tree72b721104f340b8d9a7744160643bfce5f6ec173
parent38d4b5cba84a253f2f4ea4febda9f60fde2052c9 (diff)
[travis] Try to workaround the repeated APT failures by using Jason Gross's suggestion.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 42c41249d..726fa83a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -253,7 +253,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)