Skip to content

Commit

Permalink
Update build matrix
Browse files Browse the repository at this point in the history
- No special case for RSpec 2.99. We'll continue to support (2.x, <  2.99) and 3.
- Ruby 1.9.3 has been EOL'd. We'll no longer support it
- Ruby 2.2.0 should be supported
- Ruby 2.1 has been updated to the latest release in the 2.1 series
  • Loading branch information
jnicklas committed Mar 26, 2015
1 parent 8efadb4 commit 0569b06
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.5
- 2.2.0
- jruby-19mode
- rbx-2
env:
- RSPEC_VERSION="<2.99"
- RSPEC_VERSION="~>2.99"
- RSPEC_VERSION="~>3.0

0 comments on commit 0569b06

Please sign in to comment.