Skip to content

Commit dadcee5

Browse files
committed
printf debuggin
1 parent ff211f9 commit dadcee5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tools/travis.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ cd "$SCRIPT_DIR/.."
55

66
export COVERAGE=1
77

8+
echo "jscoverage lib"
89
node_modules/.bin/jscoverage lib
910

1011
# TODO: Only run tests once, and use a custom reporter which outputs both LCOV and text,
1112
# for Travis.
13+
echo "mocha test"
1214
node_modules/.bin/mocha test
1315
STATUS=$?
1416

17+
echo "mocha -R mocha-lcov-reporter test > .lcov"
1518
node_modules/.bin/mocha -R mocha-lcov-reporter test > .lcov
1619

1720
cat .lcov | node_modules/.bin/coveralls

0 commit comments

Comments
 (0)