emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c94ca40 05/13: Travis 5th try


From: Rocky Bernstein
Subject: [elpa] master c94ca40 05/13: Travis 5th try
Date: Tue, 17 Feb 2015 13:55:18 +0000

branch: master
commit c94ca40f858b3d870df7a7a8e883c1879971ac04
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Travis 5th try
---
 .travis.yml          |    6 +++---
 test/install-pkgs.el |    5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a10cb86..bc22a2f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,6 @@
 language: emacs-lisp
 
 
-env:
-  - EMACS=emacs24
-
 install:
   - if [ "$EMACS" = 'emacs24' ]; then
         sudo add-apt-repository -y ppa:cassou/emacs &&
@@ -12,6 +9,9 @@ install:
         sudo apt-get -qq install emacs24 emacs24-el;
     fi
 
+env:
+  - EMACS=emacs24
+
 # run the tests
 script:
   - /bin/bash ./autogen.sh && cd test && make check-elget
diff --git a/test/install-pkgs.el b/test/install-pkgs.el
index b629c52..de8d3d4 100644
--- a/test/install-pkgs.el
+++ b/test/install-pkgs.el
@@ -20,5 +20,6 @@
 (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/";)))
 (condition-case nil
     (package-install 'test-simple)
-  ((debug error)
-   (load-library "test-simple")))
+  ((debug error) nil))
+(message load-path)
+(load-library "test-simple")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]