Run jake in interactive mode so output isn't lost.

Fix jake perftsc.
This commit is contained in:
jbondc
2015-02-18 07:55:29 -05:00
parent d2c992c2de
commit 97ffcc3520
6 changed files with 77 additions and 88 deletions

View File

@@ -41,6 +41,6 @@
"codeclimate-test-reporter": "latest"
},
"scripts": {
"test": "jake generate-code-coverage"
"test": "jake --trace generate-code-coverage"
}
}