branch: elpa/evil-nerd-commenter
commit e32519bc757cb1e614d8086ce1f2ffa11b5b7563
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
remove travis setup
---
.travis.yml | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 70c3c0b621..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-language: nix
-
-os:
- - linux
-
-env:
- - EMACS_CI=emacs-24-4
- - EMACS_CI=emacs-25-3
- - EMACS_CI=emacs-26-3
- - EMACS_CI=emacs-27-1
- - EMACS_CI=emacs-snapshot
-
-install:
- - bash <(curl
https://raw.githubusercontent.com/purcell/nix-emacs-ci/master/travis-install)
-
-script:
- - bash <(make test)