From b421af58e8b34411b1fe06d2976c0d2dc68dd704 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 15 May 2015 12:57:26 -0400 Subject: [PATCH] Do not test branches other than master --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6fb40430b..a810bf759 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,21 @@ language: ruby + before_install: - sudo apt-get update -qq - sudo apt-get install -qq -y bsdtar - rvm @global do gem uninstall bundler --all --executables - gem uninstall bundler --all --executables - gem install bundler --version '< 1.7.0' + rvm: - 2.0.0 + +branches: + only: + - master + env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true + script: rake test:unit