From a222bccd435ef0ffe6b66c63071fffb0ab7e6e0b Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Tue, 17 Jun 2014 19:32:02 +0200 Subject: [PATCH] Only run Travis on the master branch. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c27385e..5209c1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,7 @@ notifications: on_failure: change cache: bundler + +branches: + only: + - master