branch: elpa/toc-org
commit fdfb7574dcdebfca7b373af9e03e396a1258a183
Author: Sergei Nosov <[email protected]>
Commit: Sergei Nosov <[email protected]>
fix travis build
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index fb067c69ba..d077baba19 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,4 +8,4 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -yy emacs24-nox emacs24-el
- emacs --version
-script: emacs -batch -l ert -l *.el -f ert-run-tests-batch-and-exit && emacs
-batch -f batch-byte-compile *.el 2>&1 | sed -n '/Warning\|Error/p' | xargs -r
ls
+script: emacs -batch -l ert -l *.el -l *-test.el -f
ert-run-tests-batch-and-exit && emacs -batch -f batch-byte-compile *.el 2>&1 |
sed -n '/Warning\|Error/p' | xargs -r ls