Skip to content

Testing with Emacs 25 and latest snapshot #404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ otp_release:
- 18.0
cache: apt
env:
- EVM_EMACS=emacs-24.3-bin TEST_RUN="rake test"
- EVM_EMACS=emacs-24.4-bin TEST_RUN="rake test"
- EVM_EMACS=emacs-24.5-bin TEST_RUN="rake test-no-gui"
- EVM_EMACS=24.3 TEST_RUN="rake test"
- EVM_EMACS=24.4 TEST_RUN="rake test"
- EVM_EMACS=24.5 TEST_RUN="rake test-no-gui"
- EVM_EMACS=25.1 TEST_RUN="rake test"
- EVM_EMACS=25.2 TEST_RUN="rake test"
- EVM_EMACS=git-snapshot TEST_RUN="rake test"
before_install:
- curl -fsSkL https://gist.githubusercontent.com/tonini/09a8bec7a0b2c219e0d7/raw > travis.sh && source ./travis.sh
- evm install $EVM_EMACS --use --skip
- evm install emacs-$EVM_EMACS-travis --use --skip
- cask
install:
- cask install
Expand Down