Skip to content

Commit

Permalink
Merge pull request #392 from rubyzip/update-ci
Browse files Browse the repository at this point in the history
Update supported ruby versions
  • Loading branch information
jdleesmiller committed Mar 22, 2019
2 parents d40921b + 0f36838 commit 8ece5c9
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
Expand Up @@ -4,10 +4,11 @@ cache: bundler
rvm:
- 2.0.0
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
matrix:
include:
Expand All @@ -24,16 +25,14 @@ matrix:
- rvm: ruby-head
- rvm: rbx-3
- rvm: jruby-head
- rvm: jruby
before_install:
- "if $(ruby -e 'exit(RUBY_VERSION >= \"2.3.0\")'); then gem update --system; fi"
- "if $(ruby -e 'exit(RUBY_VERSION < \"2.3.0\")'); then gem update --system 2.7.8; fi"
- "if $(ruby -e 'exit(RUBY_VERSION >= \"2.3.0\")'); then gem install bundler; fi"
- "if $(ruby -e 'exit(RUBY_VERSION < \"2.3.0\")'); then gem install bundler --version 1.17.3; fi"
- gem --version
before_script:
- echo `whereis zip`
- echo `whereis unzip`
env:
global:
- JRUBY_OPTS="--debug"
- COVERALLS_PARALLEL=true
notifications:
webhooks: https://coveralls.io/webhook

0 comments on commit 8ece5c9

Please sign in to comment.