summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMagnus Henoch <magnus.henoch@gmail.com>2015-03-05 00:42:59 +0000
committerMagnus Henoch <magnus.henoch@gmail.com>2015-03-05 01:06:15 +0000
commit04a683d8b2f894380579f7cb4b6f1d1b5147e2cd (patch)
treeed62d3d458240b229f6645c088043f7d60c3c30b /.travis.yml
parentfd80b92552c0131b2cfd5c1368445b0950f1d749 (diff)
Use Automake 1.12 for Travis
"make check" doesn't work for Automake 1.11 or earlier. Let's get a newer version from a PPA.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 24540d6..4f08543 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,10 +4,13 @@ env:
before_install:
# PPA for stable Emacs packages
- sudo add-apt-repository -y ppa:cassou/emacs
+ # PPA for Automake 1.12
+ - sudo add-apt-repository -y ppa:dns/gnu
- sudo apt-get update -qq
- - sudo apt-get install -qq -yy ${EMACS}-nox texinfo
+ - sudo apt-get install -qq -yy ${EMACS}-nox texinfo automake
script:
- emacs --version
+ - automake --version
- autoreconf -i
- ./configure
- make all check