Skip to content

Commit

Permalink
Change to update rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed May 21, 2020
1 parent add64a5 commit c506355
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Expand Up @@ -4,22 +4,22 @@ before_install: "gem install bundler -v '< 2.0'"
bundler_args: --without tools
script: bundle exec rake ci
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
- jruby-9.2.6.0
- jruby-9.2.11.0
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9.2.6.0
- rvm: jruby-9.2.11.0
fast_finish: true
branches:
only: master
Expand Down

0 comments on commit c506355

Please sign in to comment.