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

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

[elpa] master 0a40d7d 09/17: Another travis try


From: Rocky Bernstein
Subject: [elpa] master 0a40d7d 09/17: Another travis try
Date: Thu, 25 May 2017 02:05:03 -0400 (EDT)

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

    Another travis try
---
 .travis.yml      | 2 +-
 test/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index bc22a2f..56d6285 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,4 +14,4 @@ env:
 
 # run the tests
 script:
-  - /bin/bash ./autogen.sh && cd test && make check-elget
+  - /bin/bash ./autogen.sh && cd test && make check
diff --git a/test/Makefile.am b/test/Makefile.am
index 58a15b9..711f08e 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -45,7 +45,7 @@ check: $(CHECK_FILES)
 
 #: Run all tests via el-get
 check-elget:
-       # (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash 
--load ./install-pkgs.el --load test-load.el)
+       (cd $(top_srcdir)/test && $(EMACS) --batch --no-site-file --no-splash 
--load ./install-pkgs.el --load test-load.el)
 
 #: Run all tests with minimum verbosity
 check-short:



reply via email to

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