diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-03 00:45:43 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-03 00:45:43 +0000 |
commit | 8329e6ade8d250f5af3502346a9772f3804f0738 (patch) | |
tree | de26258bd492cbf4e96ce6f31012cae4549937bb /.travis.yml | |
parent | a8e752a0454e6ce20162a741dd967ed64380225b (diff) | |
parent | 0ecf1dcfb01be97e0d98416dc8e0e2bc1664daeb (diff) |
Merge branch 'master' into UI-first-attempt
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 595adc2..63f0cb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,12 @@ 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: + urls: + - https://webhooks.gitter.im/e/07063bd143e35f54b1e8 + on_success: change # options: [always|never|change] default: always + on_failure: always # options: [always|never|change] default: always + on_start: false # default: false |