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

21 lines
332 B
YAML
Raw Normal View History

sudo: false
2012-06-22 18:14:53 -04:00
language: ruby
2015-05-26 06:11:47 -04:00
cache: bundler
script: "TESTOPTS=-v bundle exec rake test"
2011-11-22 19:28:57 -05:00
rvm:
2016-11-20 10:24:09 -05:00
- 2.2.6
- 2.3.2
- ruby-head
2016-11-20 10:52:22 -05:00
- jruby-9.1.5.0
- jruby-head
- rbx
matrix:
2016-09-07 15:30:27 -04:00
include:
- rvm: 2.1
gemfile: gemfiles/2.1-Gemfile
fast_finish: true
allow_failures:
- rvm: jruby-head
- rvm: rbx
- rvm: ruby-head