1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Run tests verbosely

This commit is contained in:
Evan Phoenix 2012-10-13 22:23:01 -07:00
parent 4be693d140
commit c952c04eed

View file

@ -1,5 +1,5 @@
language: ruby
script: "rake test:all"
script: "TESTOPTS=-v rake test:all"
jdk:
- oraclejdk7