mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
2154d116c3
* Bump versions tested on TravisCI * Remove apparently unused stuff * Workaround for 2.5.1 Travis/Bundler issue * Remove no longer needed workaround * Jruby 9.1.17.0 is out!
29 lines
463 B
YAML
29 lines
463 B
YAML
dist: trusty
|
|
sudo: false
|
|
group: beta
|
|
language: ruby
|
|
cache: bundler
|
|
before_install:
|
|
# https://github.com/travis-ci/travis-ci/issues/9383#issuecomment-377680108
|
|
- gem install bundler
|
|
branches:
|
|
only:
|
|
- "master"
|
|
rvm:
|
|
- 2.2.10
|
|
- 2.3.7
|
|
- 2.4.4
|
|
- 2.5.1
|
|
- ruby-head
|
|
- jruby-9.1.17.0
|
|
- jruby-head
|
|
- rbx-3
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- rvm: jruby-head
|
|
- rvm: rbx-3
|
|
- rvm: ruby-head
|
|
env:
|
|
global:
|
|
- TESTOPTS="-v"
|