Use `make` to launch the tests on Travis

This commit is contained in:
syl20bnr 2015-01-22 22:49:34 -05:00
parent fbf200cfea
commit edde4864f1
1 changed files with 2 additions and 1 deletions

View File

@ -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
cd ~/.emacs.d/core
make test