File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,15 @@ otp_release:
4
4
- 18.0
5
5
cache : apt
6
6
env :
7
- - EVM_EMACS=emacs-24.3-bin TEST_RUN="rake test"
8
- - EVM_EMACS=emacs-24.4-bin TEST_RUN="rake test"
9
- - EVM_EMACS=emacs-24.5-bin TEST_RUN="rake test-no-gui"
7
+ - EVM_EMACS=24.3 TEST_RUN="rake test"
8
+ - EVM_EMACS=24.4 TEST_RUN="rake test"
9
+ - EVM_EMACS=24.5 TEST_RUN="rake test-no-gui"
10
+ - EVM_EMACS=25.1 TEST_RUN="rake test"
11
+ - EVM_EMACS=25.2 TEST_RUN="rake test"
12
+ - EVM_EMACS=git-snapshot TEST_RUN="rake test"
10
13
before_install :
11
14
- curl -fsSkL https://gist.githubusercontent.com/tonini/09a8bec7a0b2c219e0d7/raw > travis.sh && source ./travis.sh
12
- - evm install $EVM_EMACS --use --skip
15
+ - evm install emacs- $EVM_EMACS-travis --use --skip
13
16
- cask
14
17
install :
15
18
- cask install
You can’t perform that action at this time.
0 commit comments