summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 57d92f47ae6c3a61e128c61cb3c56ca2b3807eb7 (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
language: nix

os:
  - linux

env:
  - EMACS_CI=emacs-26-3
  - EMACS_CI=emacs-snapshot

matrix:
  allow_failures:
    - env: EMACS_CI=emacs-snapshot

install:
  - bash <(curl https://raw.githubusercontent.com/purcell/nix-emacs-ci/master/travis-install)

script:
  - emacs --version
  - script -eqc 'make; make update; make test' > /dev/null

notifications:
  email:
    on_success: never
    on_failure: always