mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Create separate Gemfile for Ruby 1.8.7
This commit is contained in:
parent
5206664270
commit
f653dccb56
2 changed files with 21 additions and 1 deletions
17
.travis.yml
17
.travis.yml
|
@ -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
5
Gemfile.1.8.7
Normal file
|
@ -0,0 +1,5 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem 'nokogiri', '~>1.5.0'
|
||||
|
||||
gemspec
|
Loading…
Reference in a new issue