summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-05-09 15:45:11 +0700
committerhathach <[email protected]>2013-05-09 15:45:11 +0700
commit84fce31fe92af36c04a9ae94bd020e363c5481b0 (patch)
tree4f0919b472f3eeafae6a87cedde6f99467fe5043
parent0c5856494f5d7bf7a26c628773965ddc70fe875e (diff)
remove verbose& trace option, able to run full build. But build script always exit 1 --> build error
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f67a854c9..abd1c37fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
language: c
compiler:
- gcc
-script: cd tests/ && mkdir build && rake verbosity[4] test:all --trace \ No newline at end of file
+script: cd tests/ && mkdir build && rake test:all \ No newline at end of file