Skip to content

Commit

Permalink
travis: Run the integration tests in emacs 26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Jan 1, 2019
1 parent 521de6d commit ba05903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ before_install:

install:
# If we're running unit-tests, install the emacs version that we're testing today. Otherwise go with 25.3 for integration tests
- test -n "$EVM_EMACS" && evm install $EVM_EMACS --use --skip || evm install emacs-25.3-travis --use --skip
- test -n "$EVM_EMACS" && evm install $EVM_EMACS --use --skip || evm install emacs-26.1-travis --use --skip
- emacs --version

# Install your dependencies
Expand Down

0 comments on commit ba05903

Please sign in to comment.