Skip to content

Commit

Permalink
Merge fbc9b68 into c9f5f7a
Browse files Browse the repository at this point in the history
  • Loading branch information
willnet committed Apr 25, 2016
2 parents c9f5f7a + fbc9b68 commit dda128c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
language: ruby
before_install:
- gem update bundler
rvm:
- '1.9.3'
- '2.0.0'
- '2.1.2'
- '2.1.8'
- '2.2.4'
- '2.3.0'
gemfile:
- gemfiles/rspec_2.gemfile
- gemfiles/rspec_3.gemfile
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ end

## Supported versions

* Ruby 1.9.3, 2.0.0, 2.1.2
* Ruby 1.9.3, 2.0.0, 2.1.x, 2.2.x, 2.3.x
* Rspec 2, 3

## Development
Expand Down

0 comments on commit dda128c

Please sign in to comment.