branch: elpa/with-simulated-input
commit 3fe99dfdebb5920f54fa1b6c9d9cf4d3052cb0b1
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>
Fix and update .travis.yml
---
.travis.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 2edd23fdd2..cd1dec8e31 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,12 +8,14 @@ env:
- EMACS_VERSION=emacs-24.5
- EMACS_VERSION=emacs-25.1
- EMACS_VERSION=emacs-25.2
+ - EMACS_VERSION=emacs-25.3
- EMACS_VERSION=emacs-git-snapshot
- EMACS_VERSION=remacs-git-snapshot
matrix:
allow_failures:
- env: EMACS_VERSION=remacs-git-snapshot
+ - env: EMACS_VERSION=emacs-git-snapshot
before_script:
# Install evm
@@ -28,6 +30,10 @@ before_script:
# Install cask
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python
- export PATH="$HOME/.cask/bin:$PATH"
+ # Fix cask (See
https://github.com/cask/cask/issues/399#issuecomment-331640427)
+ - perl -ibak -lape 's{#!/usr/bin/env python}{#!/usr/bin/python}' "$(which
cask)"
+ # Check that cask is finding the right emacs
+ - cask emacs --version
# Install elisp dependencies
- cask install