Do not test branches other than master

This commit is contained in:
Seth Vargo 2015-05-15 12:57:26 -04:00
parent 309e896975
commit b421af58e8
1 changed files with 8 additions and 0 deletions

View File

@ -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