mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
29 lines
546 B
YAML
29 lines
546 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 install bundler -v 1.11.2
|
|
script: "TESTOPTS=-v bundle exec rake"
|
|
branches:
|
|
only: [master]
|
|
rvm:
|
|
- 2.2.7
|
|
- 2.3.4
|
|
- 2.4.1
|
|
- ruby-head
|
|
- jruby-9.1.12.0
|
|
- jruby-head
|
|
- rbx-3
|
|
matrix:
|
|
include:
|
|
- rvm: 2.1
|
|
gemfile: gemfiles/2.1-Gemfile
|
|
fast_finish: true
|
|
allow_failures:
|
|
- rvm: jruby-head
|
|
- rvm: rbx-3
|
|
- rvm: ruby-head
|