summaryrefslogtreecommitdiff
path: root/.travis.yml
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-11-29 12:35:14 +0000
commit902998869ffd17acd77a1936559f68ad71484cbd (patch)
tree0804cb57b8b8ecbc96ff1b4b7d26a571e9e8dbfd /.travis.yml
parentd9f3053c94b602c4dffab904905b60bc4dcb359a (diff)
downloaddbus-902998869ffd17acd77a1936559f68ad71484cbd.tar.gz
Travis-CI: fetch a newer autoconf-archive from Debian
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> [smcv: cherry-picked from master to dbus-1.10 to get the Travis-CI setup consistent between the two branches; it is not strictly needed on dbus-1.10]
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b7fdd9ce..0a7f7fb1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,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:
xmlto
xsltproc
xvfb
+ # 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