Skip to content

Commit de373a0

Browse files
authored
Merge pull request #404 from sergeyklay/feature/emacs25-on-travis
Testing with Emacs 25 and latest snapshot
2 parents abf45f8 + fe2cffd commit de373a0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ otp_release:
44
- 18.0
55
cache: apt
66
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"
1013
before_install:
1114
- 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
1316
- cask
1417
install:
1518
- cask install

0 commit comments

Comments
 (0)