mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Add Gemfile-ruby-2.0 for Ruby 2.0 on Travis CI
Pin Nokogiri to version 1.6.x for Ruby 2.0, since Nokogiri 1.7.x requires Ruby 2.1 or higher.
This commit is contained in:
parent
36023e9073
commit
766639c49d
2 changed files with 9 additions and 2 deletions
|
@ -12,7 +12,7 @@ matrix:
|
|||
- rvm: 1.9.3
|
||||
gemfile: gemfiles/Gemfile-ruby-1.9
|
||||
- rvm: 2.0.0
|
||||
gemfile: Gemfile
|
||||
gemfile: gemfiles/Gemfile-ruby-2.0
|
||||
- rvm: 2.1.0
|
||||
gemfile: Gemfile
|
||||
- rvm: 2.1.1
|
||||
|
@ -51,4 +51,4 @@ env:
|
|||
global:
|
||||
secure: LlDKdKSRo3sEjQ55XesbOXhKZ3RrOtqoD1ZL8Wx39K3iVzeEV3Kc8HjDfEvo7R4pOc3BMTNJcputklVEPN0FkWGN7Py+OEtbHj3IZl0MX+KEWNk0gU+4+sgPrL1eXUQyMUSkCrBsKg08rPel4KMYUOXbtnLyUU9PDbBwm4LJYOc=
|
||||
after_success:
|
||||
- bundle exec codeclimate-test-reporter
|
||||
- bundle exec codeclimate-test-reporter
|
||||
|
|
7
gemfiles/Gemfile-ruby-2.0
Normal file
7
gemfiles/Gemfile-ruby-2.0
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem 'mime-types', '~> 3.1'
|
||||
gem 'nokogiri', '~> 1.6.8'
|
||||
|
||||
gemspec :path => "../"
|
Loading…
Reference in a new issue