From 659c3debe4b22eff0ea33b1e1a1b236fbd18a5bc Mon Sep 17 00:00:00 2001 From: Robert Kowalski Date: Tue, 1 Sep 2015 17:49:31 +0200 Subject: [PATCH] remove broken notifications they don't notificate any more, and they would flood couchdb-dev if they would work. --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2dfbd57a1..cc6f4f45b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,15 +34,6 @@ before_script: - sleep 25 script: - ./node_modules/grunt-cli/bin/grunt nightwatch -notifications: - irc: - channels: - - "chat.freenode.net#couchdb-dev" - template: - - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} Amazing details: %{build_url}" - skip_join: true - on_success: "never" - on_failure: "change" cache: apt