From 66b23cffb9f0409b1a57d6021fa249cac455d050 Mon Sep 17 00:00:00 2001 From: Derek Lindahl <dlindahl@customink.com> Date: Fri, 20 Jan 2012 14:37:39 -0500 Subject: [PATCH] Only CI the master branch. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7097613..34b3d4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,5 @@ rvm: 1.9.2 +branches: + only: + - master + -- GitLab