Do not test branches other than master
This commit is contained in:
parent
309e896975
commit
b421af58e8
|
@ -1,13 +1,21 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq -y bsdtar
|
- sudo apt-get install -qq -y bsdtar
|
||||||
- rvm @global do gem uninstall bundler --all --executables
|
- rvm @global do gem uninstall bundler --all --executables
|
||||||
- gem uninstall bundler --all --executables
|
- gem uninstall bundler --all --executables
|
||||||
- gem install bundler --version '< 1.7.0'
|
- gem install bundler --version '< 1.7.0'
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||||
|
|
||||||
script: rake test:unit
|
script: rake test:unit
|
||||||
|
|
Loading…
Reference in New Issue