From 5dcc2df60dc4740426a80ad0bd497cea96b15dac Mon Sep 17 00:00:00 2001 From: Shane Becker Date: Tue, 22 Dec 2015 16:12:42 -0800 Subject: [PATCH] Remove campfire notifications --- .travis.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2cae312..dac7d1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,4 @@ language: ruby rvm: - - 1.9.3 + - 2.2.3 script: bundle exec rspec -notifications: - campfire: - rooms: - secure: UlQ85ETcMVxrK6N9E1zcNPYZ+7as8TLkPS/ArOxytairh8W2S4BFyuCoVRgvLQ88RhHhGgTbkF14DiFtcCiXu9hmfZFZY54q92Sk/Lf98mz1Vzis6X+PedBUIVBPWCEPpMmLxAF+Q1HkEcVYQMKwNoAaQLrW+7SOzh57bOMxHeE= - template: - - "%{repository}#%{build_number} %{message} (%{branch} - %{commit} : %{author}) Change view : %{compare_url} Build details : %{build_url}" - on_success: change - on_failure: always