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

sudo: false
2012-06-22 15:14:53 -07:00
language: ruby
2015-05-26 12:11:47 +02:00
cache: bundler
script:
- gem install rack
- "TESTOPTS=-v bundle exec rake test"
2011-11-22 16:28:57 -08:00
rvm:
- 1.9.3
2013-03-28 01:30:01 +11:00
- 2.0.0
2015-05-26 12:11:47 +02:00
- 2.1
2015-01-06 02:09:36 +01:00
- 2.2
2012-12-12 23:14:56 -08:00
- jruby-19mode
- jruby-head
- rbx-2
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-19mode
- rvm: jruby-head
2014-07-02 11:58:15 -05:00
- rvm: rbx-2