We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d974531 commit d88b39eCopy full SHA for d88b39e
.travis.yml
@@ -1,15 +1,16 @@
1
language: emacs-lisp
2
before_install:
3
- - curl -fsSkL https://gist.github.com/rejeep/7736123/raw | sh
+ - curl -fsSkL https://gist.githubusercontent.com/rejeep/7736123/raw | sh
4
- export PATH="/home/travis/.cask/bin:$PATH"
5
- export PATH="/home/travis/.evm/bin:$PATH"
6
- evm install $EVM_EMACS --use
7
- cask
8
env:
9
- - EVM_EMACS=emacs-23.4-bin
10
- EVM_EMACS=emacs-24.1-bin
11
- EVM_EMACS=emacs-24.2-bin
12
- - EVM_EMACS=emacs-24.3-bin
+ - EVM_EMACS=emacs-24.4-bin
+ - EVM_EMACS=emacs-24.5-bin
13
+ - EVM_EMACS=emacs-git-snapshot
14
script:
15
- emacs --version
16
- make test
0 commit comments