Skip to content

Commit b4164d2

Browse files
committed
1 parent 235ab56 commit b4164d2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.coveralls.yml

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

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ env:
99
- ACTION="run cs-check"
1010
- ACTION="run dist"
1111
script:
12-
- npm $ACTION
12+
- npm $ACTION
13+
after_success:
14+
- coveralls

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"babel-preset-react": "^6.24.1",
6161
"babel-register": "^6.24.1",
6262
"codemirror": "^5.27.4",
63+
"coveralls": "^2.13.1",
6364
"cross-env": "^5.0.1",
6465
"css-loader": "^0.28.4",
6566
"eslint": "^4.1.1",

0 commit comments

Comments
 (0)