We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2696943 commit 89559fcCopy full SHA for 89559fc
.travis.yml
@@ -5,3 +5,12 @@ rvm:
5
- 2.0.0
6
- 2.1.5
7
- ree
8
+gemfile:
9
+ - Gemfile
10
+ - gemfiles/nokogiri-1.5.gemfile
11
+matrix:
12
+ exclude:
13
+ - rvm: 1.8.7
14
+ gemfile: Gemfile
15
+ - rvm: ree
16
gemfiles/nokogiri-1.5.gemfile
@@ -0,0 +1,5 @@
1
+source 'http://rubygems.org'
2
+
3
+gem "nokogiri", "~> 1.5.10"
4
+gemspec :path => "../"
0 commit comments