From 0734bc5c445117998b9749096a92c056653b2109 Mon Sep 17 00:00:00 2001 From: Jessica Lynn Suttles Date: Mon, 10 Mar 2014 16:12:55 -0700 Subject: [PATCH] Add .travis.yml campfire template --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9f5a5f4..2cae312 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,7 @@ 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