branch: elpa/evil-nerd-commenter
commit ce3530406c818c4dbe7c539e30af76de6e5c7645
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
fixed CI
---
.travis.yml | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index db8181d002..76135791e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,18 +1,16 @@
-language: emacs-lisp
+language: nix
-env:
- - EVM_EMACS=emacs-24.4-travis
- - EVM_EMACS=emacs-24.5-travis
- - EVM_EMACS=emacs-25.3-travis
- - EVM_EMACS=emacs-26.2-travis
- - EVM_EMACS=emacs-git-snapshot-travis
+os:
+ - linux
-before_install:
- - git clone https://github.com/rejeep/evm.git $HOME/.evm
- - export PATH=$HOME/.evm/bin:$PATH
+env:
+ - EMACS_CI=emacs-24-4
+ - EMACS_CI=emacs-25-3
+ - EMACS_CI=emacs-26-3
+ - EMACS_CI=emacs-snapshot
- - evm config path /tmp
- - evm install $EVM_EMACS --use --skip
+install:
+ - bash <(curl
https://raw.githubusercontent.com/purcell/nix-emacs-ci/master/travis-install)
script:
- - make test
\ No newline at end of file
+ - bash <(make test)