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

33 lines
522 B
YAML
Raw Normal View History

dist: trusty
sudo: false
group: beta
2012-06-22 18:14:53 -04:00
language: ruby
2015-05-26 06:11:47 -04:00
cache: bundler
2016-11-20 11:20:20 -05:00
before_install:
# https://github.com/travis-ci/travis-ci/issues/9383#issuecomment-377680108
- gem install bundler
branches:
only:
- "master"
2011-11-22 19:28:57 -05:00
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
include:
- rvm: ruby-head
env: RUBYOPT="--jit"
allow_failures:
- rvm: jruby-head
- rvm: rbx-3
- rvm: ruby-head
env:
global:
- TESTOPTS="-v"