From edde4864f1170252e07ee942f8062d0525b24443 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 22 Jan 2015 22:49:34 -0500 Subject: [PATCH] Use `make` to launch the tests on Travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a625eeb3f..520a545ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,5 @@ before_install: sudo apt-get -qqy install emacs-snapshot; script: - emacs -batch -l ert -l core/test/* -f ert-run-tests-batch-and-exit \ No newline at end of file + cd ~/.emacs.d/core + make test \ No newline at end of file