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 761476d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Expand Up @@ -2,12 +2,14 @@ language: ruby
sudo: false
cache: bundler
rvm:
- 1.9.3
- 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 +27,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 761476d

Please sign in to comment.