summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4d9b382f4e6950b402dfc128345a5a57daf58376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sudo: true
dist: precise
language: emacs-lisp
env:
  matrix:
    - emacs=emacs-snapshot

before_install:
  - sudo add-apt-repository -y ppa:ubuntu-elisp
  - sudo apt-get update -qq
  - sudo apt-get install -qq $emacs

script:
  - make update
  - make test