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

16 lines
199 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
- rbx-19mode
2012-12-12 23:14:56 -08:00
- jruby-19mode
matrix:
allow_failures:
- 1.8.7
- rbx-18mode
- jruby-18mode