summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 12fe0ed848c8d583e19be77cf338dac6baeb0f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
language: generic
sudo: false

script:
  - emacs --version
  - make test

env:
  matrix:
    - EVM_EMACS=emacs-24.3-travis
    - EVM_EMACS=emacs-24.4-travis
    - EVM_EMACS=emacs-24.5-travis
    - EVM_EMACS=emacs-git-snapshot-travis

before_install:
  - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh || true
  - sed -i 's/"https:/"http:/' ~/.cask/*.el
  - cask upgrade-cask || true
  - evm install $EVM_EMACS --use --skip
  - which emacs || true
  - emacs --version || true
  - cask

addons:
  apt:
    packages:
    - gcc
    - g++
    - make
    - automake
    - autoconf
    - libpng-dev
    - libz-dev
    - libpoppler-glib-dev
    - libpoppler-private-dev
    - libgnutls

notifications:
  email: false