summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4f085431ffab38bf3ea6e8236804d0f23a759e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
env:
  - EMACS=emacs23
  - EMACS=emacs24
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 automake
script:
  - emacs --version
  - automake --version
  - autoreconf -i
  - ./configure
  - make all check