From 9ec1c65ec506736903504084ed34a10c9e444ca9 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 22 Jan 2015 23:09:56 -0500 Subject: [PATCH] Update current directory to run the tests in Travis --- travis/run_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/run_build.sh b/travis/run_build.sh index ce9aa76cc..4cdbcfe18 100755 --- a/travis/run_build.sh +++ b/travis/run_build.sh @@ -10,5 +10,5 @@ ## This file is not part of GNU Emacs. ## ## License: GPLv3 -cd ~/.emacs.d/core +cd core make test