From 10c1ec6fe4a97127e72a428e99001095f75d0f59 Mon Sep 17 00:00:00 2001
From: Jay Faulkner <jay@jvf.cc>
Date: Wed, 29 Jan 2014 10:12:44 -0800
Subject: [PATCH] fix(travis): Build master or PRs to master only

---
 .travis.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d5a7a07fb..a91034f4d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,12 @@
 language: python
 python: 2.7
 install:
-- pip install tox
+  - pip install tox
 script:
-- tox
+  - tox
+branches:
+  only:
+    - master
 notifications:
   irc:
     channels: