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

env:
  # The minimum required plus the latest from each major release plus the next
  # release.
  - EMACS_CI=emacs-25-1
  - 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