summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 7fb28f40894977757b51e00617b39c7d32bb329b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: generic
before_install:
  - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
  - evm install $EVM_EMACS --use --skip
  - cask
env:
  - EVM_EMACS=emacs-24.1-travis
  - EVM_EMACS=emacs-24.2-travis
  - EVM_EMACS=emacs-24.3-travis
  - EVM_EMACS=emacs-24.4-travis
  - EVM_EMACS=emacs-24.5-travis
script:
  - emacs --version
  - make test