1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/.travis.yml
Eugene Kenny 342661f05e Use Ruby 2.2.9 on Travis again (#1552)
The test failures we saw after upgrading last time were caused by the
stopgap_13632 gem not being activated on the new version.
2018-04-02 08:03:19 -06:00

30 lines
486 B
YAML

dist: trusty
sudo: false
group: beta
language: ruby
cache: bundler
before_install:
# bundler installation needed for jruby-head
# https://github.com/travis-ci/travis-ci/issues/5861
- gem update --system
branches:
only:
- "master"
rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- ruby-head
- jruby-9.1.15.0
- jruby-head
- rbx-3
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-head
- rvm: rbx-3
- rvm: ruby-head
env:
global:
- TESTOPTS="-v"