add verbose to test build to detect error

This commit is contained in:
hathach 2013-05-09 15:28:23 +07:00
parent 446038fd36
commit 14362d6c7b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
language: c
compiler:
- gcc
script: cd tests/ && rake test:all
script: cd tests/ && rake verbosity[4] test:all