mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
travis.yml - Ruby 2.6.0, Xenial
This commit is contained in:
parent
336f8c1873
commit
50b87e48f8
1 changed files with 18 additions and 8 deletions
26
.travis.yml
26
.travis.yml
|
@ -1,11 +1,9 @@
|
|||
dist: trusty
|
||||
sudo: false
|
||||
group: beta
|
||||
dist: xenial
|
||||
language: ruby
|
||||
cache: bundler
|
||||
|
||||
before_install:
|
||||
# rubygems 2.7.8 and greater include bundler
|
||||
# rubygems 2.7.8 and greater include bundler, leave 2.6.0 untouched
|
||||
- |
|
||||
rv="$(ruby -e 'STDOUT.write RUBY_VERSION')";
|
||||
if [ "$rv" \< "2.3" ]; then gem update --system 2.7.8 --no-document
|
||||
|
@ -13,13 +11,19 @@ before_install:
|
|||
fi
|
||||
- ruby -v && gem --version && bundle version
|
||||
|
||||
before_script:
|
||||
- bundle exec rake compile
|
||||
|
||||
script:
|
||||
- bundle exec rake
|
||||
|
||||
rvm:
|
||||
- 2.2.10
|
||||
- 2.3.8
|
||||
- 2.4.5
|
||||
- 2.5.3
|
||||
- 2.6
|
||||
- ruby-head
|
||||
- jruby-9.2.0.0
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
@ -30,15 +34,21 @@ matrix:
|
|||
os: osx
|
||||
- rvm: 2.5.3
|
||||
os: osx
|
||||
- rvm: jruby-9.2.5.0
|
||||
dist: trusty
|
||||
sudo: false
|
||||
- rvm: jruby-head
|
||||
- rvm: rbx-3
|
||||
|
||||
dist: trusty
|
||||
sudo: false
|
||||
|
||||
allow_failures:
|
||||
- rvm: 2.6
|
||||
- rvm: ruby-head
|
||||
- rvm: ruby-head
|
||||
env: RUBYOPT="--jit"
|
||||
- rvm: jruby-head
|
||||
- rvm: rbx-3
|
||||
dist: trusty
|
||||
sudo: false
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in a new issue