Skip to content

Commit

Permalink
Update travis-ci config for ruby 3.0.0 and other newer ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kamui committed Mar 17, 2021
1 parent d4894f8 commit 68c8c26
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,30 @@ rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.7
- 2.4.6
- 2.5.5
- 2.6.2
- 2.3.8
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.2
- 3.0.0
- ruby-head
- jruby-9.2.16.0
- jruby-head
- rbx-3.99
- rbx-5.0

matrix:
allow_failures:
- rvm: rbx-3.99
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-5.0

env:
global:
- CC_TEST_REPORTER_ID=20a1139ef1830b4f813a10a03d90e8aa179b5226f75e75c5a949b25756ebf558

before_install:
- gem install rubygems-update -v '<3' --no-document && update_rubygems
- gem install bundler -v 1.17.3
- gem install bundler -v '~>1'

before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Expand Down

0 comments on commit 68c8c26

Please sign in to comment.