Skip to content

Commit

Permalink
Fixing build on 1.8.7 and ree
Browse files Browse the repository at this point in the history
  • Loading branch information
plribeiro3000 committed Jul 4, 2014
1 parent db59c97 commit 93b87bc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .travis.yml
@@ -1,12 +1,16 @@
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.1
- ree
- jruby
matrix:
allow_failures:
include:
- rvm: 1.8.7
- rvm: ree
gemfile: gemfiles/Gemfile.1.8.7
- rvm: 1.9.2
gemfile: gemfiles/Gemfile.1.9.2+
- rvm: 1.9.3
gemfile: gemfiles/Gemfile.1.9.2+
- rvm: 2.0.0
gemfile: gemfiles/Gemfile.1.9.2+
- rvm: 2.1.1
gemfile: gemfiles/Gemfile.1.9.2+
- rvm: ree
gemfile: gemfiles/Gemfile.1.8.7
- rvm: jruby
gemfile: gemfiles/Gemfile.1.9.2+
6 changes: 6 additions & 0 deletions gemfiles/Gemfile.1.8.7
@@ -0,0 +1,6 @@
source :rubygems

gem 'mime-types', '< 2.0'
gem 'nokogiri', '< 1.6'

gemspec :path => '../'
6 changes: 6 additions & 0 deletions gemfiles/Gemfile.1.9.2+
@@ -0,0 +1,6 @@
source :rubygems

gem 'activesupport', '>= 3.0', '< 4'
gem 'mime-types', '< 2.0'

gemspec :path => '../'

0 comments on commit 93b87bc

Please sign in to comment.