Skip to content

Commit

Permalink
Update travis rubies to use last versions when possible (RubyMoney#759)
Browse files Browse the repository at this point in the history
* Update travis rubies use last versions when possible

* Fix patch level rubies on travis
  • Loading branch information
spk authored and AlexWayfer committed Aug 29, 2018
1 parent 317f75d commit de66d34
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
@@ -1,23 +1,24 @@
---
language: ruby
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.0
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- rbx-2
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- rbx-3
- jruby-9.0.5.0
- jruby-9.1.2.0
- jruby-9.1.16.0
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2
- rvm: rbx-3
fast_finish: true
before_install:
- gem update bundler
Expand Down

0 comments on commit de66d34

Please sign in to comment.