summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2016-08-15 20:41:28 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-08-15 20:41:28 +0100
commit823801b467d40a3c2314a5ff92209f2857fb8987 (patch)
treef4656a8f0e0776791ee746f87a49f0b507472ef4
parent095ca78ae7cbe343f2ad7ea447cb99f4a999c8c9 (diff)
Travis-CI: fetch a newer autoconf-archive from Debian
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 09db640f2..48e21de76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@ install:
- sudo apt-get -qq -y build-dep dbus
- >
sudo apt-get -qq -y install
- autoconf-archive
automake
autotools-dev
debhelper
@@ -35,6 +34,12 @@ install:
- >
test "$dbus_ci_host" != mingw || sudo apt-get -qq -y install
binutils-mingw-w64-i686 g++-mingw-w64-i686 wine:i386
+ # Ubuntu 14.04's autoconf-archive is too old
+ - >
+ wget
+ http://httpredir.debian.org/debian/pool/main/a/autoconf-archive/autoconf-archive_20150925-1_all.deb
+ - 'sudo dpkg -i autoconf-archive_*_all.deb'
+ - 'rm autoconf-archive_*_all.deb'
script:
# python-dbus and python-gi aren't available to Travis's version of
# Python in /opt, which it uses as a default