Fix test command

This commit is contained in:
Yuya Ochiai
2016-06-06 00:38:17 +09:00
parent 05bcda5eab
commit 29c53aa992
2 changed files with 1 additions and 4 deletions

View File

@@ -31,9 +31,6 @@ dependencies:
- cp release/*.deb $CIRCLE_ARTIFACTS/
test:
override:
- node_modules/.bin/mocha --reporter mocha-circleci-reporter
- node_modules/.bin/gulp prettify:verify
post:
- mv test-results.xml $CIRCLE_TEST_REPORTS/

View File

@@ -19,7 +19,7 @@
"start": "electron dist",
"watch": "gulp watch",
"serve": "gulp watch",
"test": "gulp build && mocha --recursive test/specs && gulp prettify:verify",
"test": "gulp build && mocha --reporter mocha-circleci-reporter --recursive test/specs && gulp prettify:verify",
"package": "gulp package",
"package:windows": "gulp package:windows",
"package:osx": "gulp package:osx",