Skip to content

Commit bf20db3

Browse files
committed
Use the latest cask for Emacs 25.1
1 parent a581ca5 commit bf20db3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: generic
22
sudo: required
33
before_install:
4-
- curl -fsSkL https://gist.github.com/rejeep/7736123/raw > travis.sh && source ./travis.sh
4+
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
55
- evm install $EVM_EMACS --use --skip
66
- cask
77
env:
8-
- EVM_EMACS=emacs-24.3-bin
9-
- EVM_EMACS=emacs-24.4-bin
10-
- EVM_EMACS=emacs-24.5-bin
11-
- EVM_EMACS=emacs-25.1-bin
8+
- EVM_EMACS=emacs-24.4-travis
9+
- EVM_EMACS=emacs-24.5-travis
10+
- EVM_EMACS=emacs-25.1-travis
1211
script:
1312
- emacs --version
1413
- cask exec ert-runner

0 commit comments

Comments
 (0)