branch: elpa/julia-mode
commit 1b8682b312be3d4333f219f7587211cf2138a36b
Author: Tamas K. Papp <tkp...@gmail.com>
Commit: Tamas K. Papp <tkp...@gmail.com>

    fix travis setup
---
 .travis.yml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a542264..dd2bfde 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ sudo: required
 dist: trusty
 env:
   matrix:
-    - EMACS=emacs23
     - EMACS=emacs24
     - EMACS=emacs-snapshot
 
@@ -16,11 +15,6 @@ branches:
     - master
 
 install:
-  - if [ "$EMACS" = 'emacs23' ]; then
-        sudo apt-get -qq update &&
-        sudo apt-get -qq -f install &&
-        sudo apt-get -qq install emacs23 emacs23-el;
-    fi
   - if [ "$EMACS" = 'emacs24' ]; then
         sudo apt-get -qq update &&
         sudo apt-get -qq -f install &&
@@ -37,9 +31,7 @@ install:
 script:
   - $EMACS --version
   - $EMACS --batch -L . --eval "(and (>= emacs-major-version 24) (setq 
byte-compile-error-on-warn t))" -f batch-byte-compile julia-mode.el
-  - if [ "$EMACS" != emacs23 ]; then
-      $EMACS -batch -L . -l ert -l julia-mode-tests.el -f 
ert-run-tests-batch-and-exit;
-    fi
+  - $EMACS -batch -L . -l ert -l julia-mode-tests.el -f 
ert-run-tests-batch-and-exit;
 
 notifications:
   email: false

Reply via email to