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

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

[elpa] master 2328ede 48/56: travis 5th try


From: Rocky Bernstein
Subject: [elpa] master 2328ede 48/56: travis 5th try
Date: Sat, 27 May 2017 05:02:37 -0400 (EDT)

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

    travis 5th try
---
 .travis.yml      | 1 -
 test/Makefile.am | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0e9ffbc..0515aa0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,5 +13,4 @@ install:
 
 # run the tests
 script:
-   - export EMACSLOADPATH=$(emacs --batch --eval "(print (mapconcat 'identity 
load-path \":\"))" 2>/dev/null)
   - NO_CHECK_EMACS_PACKAGES=1 /bin/bash ./autogen.sh && cd test && make 
check-elget
diff --git a/test/Makefile.am b/test/Makefile.am
index 58734fc..f53fd0d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -64,7 +64,7 @@ test-%.run:
 
 #: Run tests using el-get to specify external Lisp dependencies
 test-%.elrun:
-       (cd $(top_srcdir)/test && EMACSLOADPATH=$(EMACSLOADPATH) $(EMACS) 
--batch --no-site-file --no-splash --load ../el-get-install.el --load 
$(@:.elrun=.el))
+       (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash 
--load ../el-get-install.el --load $(@:.elrun=.el))
 
 install-lispLISP: $(lisp_LISP) $(ELCFILES)
 



reply via email to

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