branch: master
commit 2328ede5bbe6f20c69c0696e9f6ed4692ca4b4f0
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
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)