Skip to content

Commit

Permalink
Update ruby dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdleesmiller committed Mar 22, 2019
1 parent d2f0f02 commit 0f36838
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 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 @@ -25,10 +26,6 @@ matrix:
- rvm: rbx-3
- rvm: jruby-head
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`
Expand Down

0 comments on commit 0f36838

Please sign in to comment.