Skip to content

Commit 022a729

Browse files
committed
Tiny travis.yml tweak
1 parent ee678d0 commit 022a729

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ node_js:
44
- '8'
55
- '6'
66
before_install:
7-
- npm i -g npm
8-
after_success: npm run coveralls
7+
- npm install --global npm
8+
after_success:
9+
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"node": ">=6"
99
},
1010
"scripts": {
11-
"test": "nyc ava",
12-
"coveralls": "nyc report --reporter=text-lcov | coveralls"
11+
"test": "nyc ava"
1312
},
1413
"files": [
1514
"index.js",

0 commit comments

Comments
 (0)