diff --git a/.travis.yml b/.travis.yml index 85db6bb..ba76fec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ language: emacs-lisp 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" + - 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.3-bin + - EVM_EMACS=emacs-24.4-travis + - EVM_EMACS=emacs-24.5-travis + - EVM_EMACS=emacs-25.1-travis script: - emacs --version - - make test \ No newline at end of file + - make test