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

git:
  depth: false

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