Skip to content

Commit d2cb9f1

Browse files
Integrate Coveralls with Travis
1 parent e2a9655 commit d2cb9f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ install:
1010

1111
script:
1212
- npm run lint
13-
- npm test
13+
- npm run cover
14+
- npm run coveralls
1415

1516
cache:
1617
directories:

0 commit comments

Comments
 (0)