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

18 lines
223 B
YAML
Raw Normal View History

2012-06-22 15:14:53 -07:00
language: ruby
2013-06-17 22:58:39 -07:00
script: "TESTOPTS=-v rake test"
2012-06-22 15:14:53 -07:00
jdk:
- oraclejdk7
2011-11-22 16:28:57 -08:00
rvm:
- 1.9.3
2013-03-28 01:30:01 +11:00
- 2.0.0
2014-01-25 12:53:53 -08:00
- 2.1.0
2014-03-01 10:00:17 +11:00
- 2.1.1
2013-11-25 19:31:04 -08:00
- rbx
2012-12-12 23:14:56 -08:00
- jruby-19mode
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-19mode
- rvm: rbx