branch: elpa/drupal-mode
commit d88b39e8f5f8b1763e78c73fcdb07e490b1dd999
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>

    Fixed travis.yml
---
 .travis.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ded215aaf6..f7f53492be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,16 @@
 language: emacs-lisp
 before_install:
-  - curl -fsSkL https://gist.github.com/rejeep/7736123/raw | sh
+  - curl -fsSkL https://gist.githubusercontent.com/rejeep/7736123/raw | sh
   - export PATH="/home/travis/.cask/bin:$PATH"
   - export PATH="/home/travis/.evm/bin:$PATH"
   - evm install $EVM_EMACS --use
   - cask
 env:
-  - EVM_EMACS=emacs-23.4-bin
   - EVM_EMACS=emacs-24.1-bin
   - EVM_EMACS=emacs-24.2-bin
-  - EVM_EMACS=emacs-24.3-bin
+  - EVM_EMACS=emacs-24.4-bin
+  - EVM_EMACS=emacs-24.5-bin
+  - EVM_EMACS=emacs-git-snapshot
 script:
   - emacs --version
   - make test

Reply via email to