Update Rubies for Travis: 2.1.7, 2.2.3, jruby-9, rbx-2.5.

This commit is contained in:
James Coglan
2015-10-17 13:19:33 +01:00
parent 033020e78a
commit bb1179bc8c
+7 -4
View File
@@ -1,11 +1,14 @@
sudo: false
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.1
- 2.1.7
- 2.2.3
- jruby-19mode
- rbx-2.2
- jruby-9
- rbx-2.5
script: bundle exec rspec -c spec/
script:
- bundle exec rspec -c spec