Don't time tests on Travis-CI

assert.sh relies on the bc command to calculate times, and Travis-CI
build environments don't seem to have bc.
This commit is contained in:
2014-03-16 02:13:14 +00:00
parent 156f1a3657
commit d6cbe395ea

View File

@@ -1,2 +1,2 @@
language: node_js
script: make test
script: INVARIANT=1 make test