From 817b228fe1dd9830ff6b11985b4012d4dd7da5d5 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Sat, 13 Aug 2011 10:02:14 +0800 Subject: [PATCH] Only build master branch, and disable travis notifications --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) diff --git a/.travis.yml b/.travis.yml index e6efa0c..bc853be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,11 @@ rvm: 1.9.2 +# Only build master branch +branches: + only: + - master + +# Disable notifications for now. +notifications: + disabled: true + -- libgit2 0.21.2