summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-07-17 15:02:30 +0200
committerPeter Simons <simons@cryp.to>2015-07-17 15:02:30 +0200
commit87539a1a6d69557c09c0102bbdab205d040f24d3 (patch)
tree82a43487fcc70443cd1f34a4ed3df0ecf53e218b /.travis.yml
parent0841cd0071529af2b2540f5537a3d03f23ca8e6a (diff)
downloadautoconf-archive-87539a1a6d69557c09c0102bbdab205d040f24d3.tar.gz
travis.yml: don't install unauthenticated software
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a687747..ba26eb6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,9 @@ git:
depth: 50000
install:
+ - travis_retry sudo apt-key update
- travis_retry sudo apt-get update
- - travis_retry sudo apt-get install --allow-unauthenticated -qq gnulib lzip texlive tidy python3
+ - travis_retry sudo apt-get install -qq gnulib lzip texlive tidy python3
script:
- ./bootstrap.sh