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.
This commit is contained in:
Magnus Henoch 2015-03-05 00:42:59 +00:00
parent fd80b92552
commit 04a683d8b2
1 changed files with 4 additions and 1 deletions

View File

@ -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