Skip to content

Commit 43d9632

Browse files
⚙️ config(ci): Use cover script in travis config.
1 parent 28afba7 commit 43d9632

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
@@ -7,7 +7,7 @@ node_js:
77
install:
88
- npm -d install
99
script:
10-
- npm test
10+
- npm run cover
1111
after_success:
1212
- ./node_modules/.bin/coveralls < coverage/lcov.info || true
1313
- ./node_modules/.bin/codeclimate < coverage/lcov.info || true

0 commit comments

Comments
 (0)