Skip to content

Commit 029798e

Browse files
committed
fixing coveralls configuration
1 parent 679130f commit 029798e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.coveralls.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
service_name: travis-pro
21
repo_token: PErHbCHp8C7DPOcd5LvqBgcnMdJzjhIYc

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ env:
99
- ACTION="run dist"
1010
- ACTION="test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
1111
script:
12-
- npm $ACTION
12+
- npm $ACTION
13+
- npm test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 commit comments

Comments
 (0)