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