Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 1eaf88d

Browse files
committed
Removing test coverage status
1 parent 7905155 commit 1eaf88d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ install:
88

99
script:
1010
- npm test
11-
12-
after_success: 'npm run coveralls'

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"main": "./dist/index.js",
66
"scripts": {
77
"test": "mocha test --timeout 15000 --compilers js:babel-core/register",
8-
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
9-
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
8+
"build": "babel src --presets babel-preset-es2015 --out-dir dist"
109
},
1110
"repository": {
1211
"type": "git",

0 commit comments

Comments
 (0)