mirror of
https://github.com/jimeh/stub.sh.git
synced 2026-02-19 05:36:39 +00:00
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:
@@ -1,2 +1,2 @@
|
||||
language: node_js
|
||||
script: make test
|
||||
script: INVARIANT=1 make test
|
||||
Reference in New Issue
Block a user