branch: externals/m-buffer
commit 970b87f18d273807ee6036eae44ae67342c041a5
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>

    Port tests to new travis infrastructure.
---
 .travis.yml | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 52d1a41f9f..0dcdb05f8a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,16 @@
 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"
-  - evm install $EVM_EMACS --skip --use
-  - cask
+sudo: no
 env:
-  - EVM_EMACS=emacs-24.3-bin
-  - EVM_EMACS=emacs-24.4-bin
+  - EVM_EMACS=emacs-24.1-travis
+  - EVM_EMACS=emacs-24.2-travis
+  - EVM_EMACS=emacs-24.3-travis
+  - EVM_EMACS=emacs-24.4-travis
+  - EVM_EMACS=emacs-24.5-travis
+install:
+  - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw >
+travis.sh && source ./travis.sh
+  - evm install $EVM_EMACS --use --skip
+  - cask
 script:
   - emacs --version
   - make
\ No newline at end of file

Reply via email to