Create separate Gemfile for Ruby 1.8.7

This commit is contained in:
Erik Michaels-Ober 2013-06-21 10:02:21 -07:00
parent 5206664270
commit f653dccb56
2 changed files with 21 additions and 1 deletions

View File

@ -1,5 +1,9 @@
language: ruby
gemfile:
- Gemfile
- Gemfile.1.8.7
rvm:
- 1.8.7
- 1.9.2
@ -8,9 +12,20 @@ rvm:
script: FOG_MOCK=true bundle exec shindont
matrix:
exclude:
- rvm: 1.8.7
gemfile: Gemfile
- rvm: 1.9.2
gemfile: Gemfile.1.8.7
- rvm: 1.9.3
gemfile: Gemfile.1.8.7
- rvm: 2.0.0
gemfile: Gemfile.1.8.7
notifications:
email: false
irc:
irc:
channels:
- "irc.freenode.org#ruby-fog"
template:

5
Gemfile.1.8.7 Normal file
View File

@ -0,0 +1,5 @@
source "https://rubygems.org"
gem 'nokogiri', '~>1.5.0'
gemspec