aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 7007671f3c52cd92e0c0dd576469fe2a3034e8af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: nix
sudo: true

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

install:
  - bash <(curl https://raw.githubusercontent.com/purcell/nix-emacs-ci/master/travis-install)
  - sudo apt-get install golang
  - go get -u github.com/vbatts/git-validation

script:
  - make ci