diff options
| author | Sean Allred <code@seanallred.com> | 2014-11-01 13:41:21 -0400 |
|---|---|---|
| committer | Sean Allred <code@seanallred.com> | 2014-11-01 13:41:21 -0400 |
| commit | 36ef8b13023f6d5f37041c1a147fcc039c386328 (patch) | |
| tree | a929b117617e068b0d9705825238594326ca38cf | |
| parent | 7ba0f27980a48da21db71c05be179be126c875bc (diff) | |
Use correct directory for test
I really should be testing locally before I push... live and learn.
Locally, it's erroring out saying that it reached the end of file during
parsing. I don't know how this is the case, but we'll see what Travis
says.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b81771d..63f0cb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_install: - cask --version script: - - emacs -batch -L . -l ert -l tests.el -f ert-run-tests-batch-and-exit + - emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit notifications: webhooks: |
