Ruby 2.0.0 testing needs nokogiri version limited

This commit is contained in:
Thomas Walpole 2016-12-27 10:48:45 -08:00
parent 5316b1b56b
commit 6dbb9a5339
2 changed files with 9 additions and 1 deletions

View File

@ -2,7 +2,6 @@ language: ruby
sudo: required
dist: trusty
rvm:
- 2.0.0
- 2.3.3
- jruby-9.1.5.0
- rbx-3.26
@ -35,6 +34,8 @@ matrix:
packages:
- google-chrome-stable
- awesome
- gemfile: gemfiles/Gemfile.ruby-20
rvm: 2.0.0
- gemfile: gemfiles/Gemfile.ruby-19
rvm: 1.9.3
- gemfile: gemfiles/Gemfile.base-versions

7
gemfiles/Gemfile.ruby-20 Normal file
View File

@ -0,0 +1,7 @@
source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gemspec path: '..'
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
gem 'nokogiri', '< 1.7.0' # 1.7 requires ruby 2.1+