mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Merge pull request #1682 from MSP-Greg/update-travis-ruby
update travis rubies - 2.3.8, 2.4.5, 2.5.3
This commit is contained in:
commit
e5d566ed81
1 changed files with 13 additions and 8 deletions
21
.travis.yml
21
.travis.yml
|
@ -3,16 +3,21 @@ sudo: false
|
||||||
group: beta
|
group: beta
|
||||||
language: ruby
|
language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# https://github.com/travis-ci/travis-ci/issues/9383#issuecomment-377680108
|
# rubygems 2.7.8 and greater include bundler
|
||||||
# recent versions of RubyGems include bundler
|
- |
|
||||||
- gem update --system
|
rv="$(ruby -e 'STDOUT.write RUBY_VERSION')";
|
||||||
|
if [ "$rv" \< "2.3" ]; then gem update --system 2.7.8 --no-document
|
||||||
|
elif [ "$rv" \< "2.6" ]; then gem update --system --no-document --conservative
|
||||||
|
fi
|
||||||
|
- ruby -v && gem --version && bundle version
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.2.10
|
- 2.2.10
|
||||||
- 2.3.7
|
- 2.3.8
|
||||||
- 2.4.4
|
- 2.4.5
|
||||||
- 2.5.1
|
- 2.5.3
|
||||||
- ruby-head
|
- ruby-head
|
||||||
- jruby-9.2.0.0
|
- jruby-9.2.0.0
|
||||||
|
|
||||||
|
@ -21,9 +26,9 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- rvm: ruby-head
|
- rvm: ruby-head
|
||||||
env: RUBYOPT="--jit"
|
env: RUBYOPT="--jit"
|
||||||
- rvm: 2.3.7
|
- rvm: 2.3.8
|
||||||
os: osx
|
os: osx
|
||||||
- rvm: 2.5
|
- rvm: 2.5.3
|
||||||
os: osx
|
os: osx
|
||||||
- rvm: jruby-head
|
- rvm: jruby-head
|
||||||
- rvm: rbx-3
|
- rvm: rbx-3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue