branch: externals/test-simple
commit ce6de04636e8d19ec84a475c03c0142b20a63de0
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Try to get TravisCI working again
---
run-travis-ci.sh | 3 +--
test/Makefile.am | 3 ---
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/run-travis-ci.sh b/run-travis-ci.sh
index a17b3f9..b68dda7 100755
--- a/run-travis-ci.sh
+++ b/run-travis-ci.sh
@@ -17,5 +17,4 @@ echo "EMACS =" $(which $EMACS)
$EMACS --version
echo
-cask
-NO_CHECK_EMACS_PACKAGES=1 /bin/bash ./autogen.sh && cd test && make check-cask
+NO_CHECK_EMACS_PACKAGES=1 /bin/bash ./autogen.sh && cd test && make check
diff --git a/test/Makefile.am b/test/Makefile.am
index 0caa636..962c92f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -23,9 +23,6 @@ check: $(CHECK_FILES)
check-short:
$(MAKE) check 2>&1 | ruby ../make-check-filter.rb
-#: Run all tests via cask
-check-cask: $(EL_GET_CHECK_FILES)
-
install-lispLISP: $(lisp_LISP) $(ELCFILES)
test-%.run: