diff options
author | Sean Allred <allred.sean@gmail.com> | 2014-11-02 09:26:38 -0500 |
---|---|---|
committer | Sean Allred <allred.sean@gmail.com> | 2014-11-02 09:26:38 -0500 |
commit | 6766f1175ac3fad1a2928ff1f798e9c11caf465d (patch) | |
tree | 4377a39ec2cd28162cbd3db9ce6cd5bb515783b7 /.travis.yml | |
parent | 796937d412f79c5caf964cc26f81f60e130d035e (diff) | |
parent | 39ec0ba8a34b3764fcf46f0e5deb1133b0e70e2c (diff) |
Merge pull request #5 from vermiculus/convenience-functions
Add a convenience function to sort through large data structures. Also move tests to test/ and add sample data for real use-case tests later.
Diffstat (limited to '.travis.yml')
-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: |