From e143fbf86e2b3d13ed578d068b2d4255fe945665 Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sun, 4 Sep 2011 22:43:17 -0700 Subject: [PATCH] Only build the master branch on travis. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 40d0fab8c..9f29ee72e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,9 @@ env: - DB=postgres - DB=mysql +branches: + only: + - master + notifications: disable: true