A different Jenkins integration.

This commit is contained in:
Elf M. Sternberg 2015-06-17 13:49:15 -07:00
parent b8909fcfd1
commit 8c9f6622d4
1 changed files with 1 additions and 3 deletions

View File

@ -19,9 +19,7 @@ node_modules: package.json
npm install
test: node_modules
@JUNIT_REPORT_PATH=report.xml JUNIT_REPORT_STACK=1 ./node_modules/.bin/mocha \
--reporter mocha-jenkins-reporter --compilers coffee:coffee-script/register || true
# @node_modules/.bin/mocha
@./node_modules/.bin/mocha --recursive -R xunit test/ > test-reports.xml
clean:
rm -f $(targets)