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 a581ca5 commit bf20db3Copy full SHA for bf20db3
.travis.yml
@@ -1,14 +1,13 @@
1
language: generic
2
sudo: required
3
before_install:
4
- - curl -fsSkL https://gist.github.com/rejeep/7736123/raw > travis.sh && source ./travis.sh
+ - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
5
- evm install $EVM_EMACS --use --skip
6
- cask
7
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
+ - EVM_EMACS=emacs-24.4-travis
+ - EVM_EMACS=emacs-24.5-travis
+ - EVM_EMACS=emacs-25.1-travis
12
script:
13
- emacs --version
14
- cask exec ert-runner
0 commit comments