Skip to content

Commit

Permalink
Update the Ruby versions used on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Mar 23, 2016
1 parent 5b54b66 commit 92cead6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -4,11 +4,12 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.7
- 2.2.3
- 2.1.8
- 2.2.4
- 2.3.0
- jruby-19mode
- jruby-9
- rbx-2.5
- rbx-2

script:
- bundle exec rspec -c spec

0 comments on commit 92cead6

Please sign in to comment.