We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee678d0 commit 022a729Copy full SHA for 022a729
.travis.yml
@@ -4,5 +4,6 @@ node_js:
4
- '8'
5
- '6'
6
before_install:
7
- - npm i -g npm
8
-after_success: npm run coveralls
+ - npm install --global npm
+after_success:
9
+ - './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
package.json
@@ -8,8 +8,7 @@
"node": ">=6"
},
10
"scripts": {
11
- "test": "nyc ava",
12
- "coveralls": "nyc report --reporter=text-lcov | coveralls"
+ "test": "nyc ava"
13
14
"files": [
15
"index.js",
0 commit comments