branch: elpa/multiple-cursors
commit 7a655b0c0bbdd038cd1f7f5fe32bd55dbb783847
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>

    Disable emacs-snapshot tests until it is in order.
---
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 55bc955..9d4daac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: emacs-lisp
 before_install:
-  - if [ "$EMACS" = 'emacs-snapshot' ]; then
+  - if [ "$ECUKES_EMACS" = 'emacs-snapshot' ]; then
       sudo add-apt-repository -y ppa:cassou/emacs &&
       sudo apt-get update -qq &&
       sudo apt-get install -qq
@@ -8,6 +8,5 @@ before_install:
     fi
 env:
   - ECUKES_EMACS=emacs
-  - ECUKES_EMACS=emacs-snapshot
 script:
-  ./run-travis-ci.sh
\ No newline at end of file
+  ./run-travis-ci.sh

Reply via email to