From 134a476f037e20428922cf076f84c27b77b2f410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81my=20Coutable?= Date: Wed, 10 Aug 2011 01:17:11 +0200 Subject: [PATCH] Build against master and hook branch, and ping IRC room when build finishes. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 36b2ab4..2642570 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,9 @@ rvm: - 1.8.7 - 1.9.2 - ree +branches: + only: + - master + - hook +notifications: + irc: "irc.freenode.org#guard" \ No newline at end of file