remove verbose& trace option, able to run full build. But build script always exit 1 --> build error

This commit is contained in:
hathach 2013-05-09 15:45:11 +07:00
parent 0c5856494f
commit 84fce31fe9
1 changed files with 1 additions and 1 deletions

View File

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