diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2b538e4..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -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 |
