Skip to content

Commit d88b39e

Browse files
committed
Fixed travis.yml
1 parent d974531 commit d88b39e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
language: emacs-lisp
22
before_install:
3-
- curl -fsSkL https://gist.github.com/rejeep/7736123/raw | sh
3+
- curl -fsSkL https://gist.githubusercontent.com/rejeep/7736123/raw | sh
44
- export PATH="/home/travis/.cask/bin:$PATH"
55
- export PATH="/home/travis/.evm/bin:$PATH"
66
- evm install $EVM_EMACS --use
77
- cask
88
env:
9-
- EVM_EMACS=emacs-23.4-bin
109
- EVM_EMACS=emacs-24.1-bin
1110
- EVM_EMACS=emacs-24.2-bin
12-
- EVM_EMACS=emacs-24.3-bin
11+
- EVM_EMACS=emacs-24.4-bin
12+
- EVM_EMACS=emacs-24.5-bin
13+
- EVM_EMACS=emacs-git-snapshot
1314
script:
1415
- emacs --version
1516
- make test

0 commit comments

Comments
 (0)