From b27575f6ae5d31d68262b1a760c34d21a33a510d Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Fri, 31 Oct 2014 11:29:38 -0400 Subject: Update .travis.yml Add gitter integration --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 595adc2..b81771d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,3 +22,11 @@ before_install: script: - emacs -batch -L . -l ert -l 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 -- cgit v1.2.3 From 36ef8b13023f6d5f37041c1a147fcc039c386328 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Sat, 1 Nov 2014 13:41:21 -0400 Subject: 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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: -- cgit v1.2.3