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
538 B
YAML
Raw Normal View History

dist: trusty
sudo: false
group: beta
2012-06-22 15:14:53 -07:00
language: ruby
2015-05-26 12:11:47 +02:00
cache: bundler
2016-11-20 09:20:20 -07:00
before_install:
# bundler installation needed for jruby-head
# https://github.com/travis-ci/travis-ci/issues/5861
2017-09-15 09:59:10 +02:00
- gem install bundler
branches:
only:
- "master"
2011-11-22 16:28:57 -08:00
rvm:
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
- jruby-9.1.14.0
- jruby-head
- rbx-3
matrix:
2016-09-07 21:30:27 +02:00
include:
- rvm: 2.1
gemfile: gemfiles/2.1-Gemfile
fast_finish: true
allow_failures:
- rvm: jruby-head
- rvm: rbx-3
- rvm: ruby-head
env:
global:
- TESTOPTS="-v"