Skip to content

Commit 4d775f6

Browse files
committed
Update travis configuration
1 parent 0d1a85c commit 4d775f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ before_script:
55
- npm install jasmine-node -g
66
script:
77
- npm test
8-
- istanbul cover jasmine-node --captureExceptions test/ && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
8+
- istanbul cover jasmine-node -x './src/log.js' --captureExceptions test/ && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 commit comments

Comments
 (0)