Skip to content

Commit

Permalink
Merge pull request #146 from hanachin/test-against-latest-ruby-and-rspec
Browse files Browse the repository at this point in the history
Test against latest ruby and rspec
  • Loading branch information
gongo committed Oct 27, 2014
2 parents 7facd23 + f936d18 commit 342d2a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
matrix:
allow_failures:
- gemfile: Gemfile
- rvm: ruby-head
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1
- ruby-head
- jruby-19mode
gemfile:
- Gemfile
- gemfiles/Gemfile-rspec-2.14.x
- gemfiles/Gemfile-rspec-2.99.x
- gemfiles/Gemfile-rspec-3.0.x
- gemfiles/Gemfile-rspec-3.1.x
6 changes: 6 additions & 0 deletions gemfiles/Gemfile-rspec-3.1.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "http://rubygems.org"

# Specify your gem's dependencies in turnip.gemspec
gemspec :path => '..'
gem 'rspec', '~> 3.1.0'

0 comments on commit 342d2a8

Please sign in to comment.