velocity-ci
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "velocity-ci", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Commnad line runner until we can use `meteor test`", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,2 +35,5 @@ #!/usr/bin/env node | ||
" with code ", code); | ||
if (code !== 0){ | ||
proces.exit(code); | ||
} | ||
}); | ||
@@ -37,0 +40,0 @@ |
8014
199