Skip to content

Commit

Permalink
Bump CI things (#768)
Browse files Browse the repository at this point in the history
* Update rubygems in a simpler way

* Use latest rubygems

* Use the latest patch level rubies

* Use whatever rubygems comes with ruby
  • Loading branch information
deivid-rodriguez authored and PragTob committed Nov 29, 2019
1 parent 6885ce7 commit fd0d1be
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
language: ruby

before_install:
- gem i rubygems-update -v '3.0.4' && update_rubygems
- gem i bundler -v '2.0.2'

bundler_args: --without benchmark --jobs=3 --retry=3

matrix:
include:
- rvm: 2.4.6
- rvm: 2.5.5
- rvm: 2.6.3
- rvm: 2.4.9
- rvm: 2.5.7
- rvm: 2.6.5
- rvm: jruby-9.2.9.0
env: JRUBY_OPTS=--debug
jdk: openjdk8
Expand Down

0 comments on commit fd0d1be

Please sign in to comment.