use a newer version of evm

This commit is contained in:
Carlo Sciolla 2016-12-25 18:18:50 +01:00
parent e51c6e6054
commit e3e95fe1d5
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
1 changed files with 3 additions and 4 deletions

View File

@ -1,9 +1,8 @@
language: emacs-lisp
sudo: false
before_install:
- curl -fsSkL https://gist.github.com/rejeep/7736123/raw | sh
- export PATH="/home/travis/.cask/bin:$PATH"
- export PATH="/home/travis/.evm/bin:$PATH"
- evm install $EVM_EMACS --use
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
- evm install $EVM_EMACS --use --skip
- cask
env:
- EVM_EMACS=emacs-24.5-travis