aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-10-31 00:54:57 -0400
committerSean Allred <code@seanallred.com>2014-10-31 00:54:57 -0400
commit16ee8a77119db4069078d8c6cd64f362118f7bd7 (patch)
treec17eb0068c31e38d1914c7c133972171272c7c52 /.travis.yml
parent3067d6b54050d657742b356c6b8b5a5173b12a54 (diff)
Hopefully fix Travis build
`emacs` isn't an available command, but hopefully $EMACS is. Again, copying from yasnippet.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6b7d7ea..80b34e4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,4 +12,4 @@ install:
sudo apt-get -qq install emacs24-nox;
fi
-script: emacs -batch -l ert -l tests.el -f ert-run-tests-batch-and-exit
+script: $EMACS -batch -L . -l ert -l tests.el -f ert-run-tests-batch-and-exit