From ce46668c37ffb9fb51732bc6ad1ad9f47af868e0 Mon Sep 17 00:00:00 2001
From: Donald Stufft <donald@stufft.io>
Date: Sun, 24 Feb 2013 20:55:43 -0500
Subject: [PATCH] Only run Travis for pushes to master

---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 3c1012f3..2ce3d76c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,3 +16,6 @@ env:
   global:
     - LD_LIBRARY_PATH=/usr/local/lib
     - LD_RUN_PATH=/usr/local/lib
+branches:
+  only:
+    - master
-- 
GitLab