Skip to content

Commit 8ca3255

Browse files
committed
Tiny travis.yml tweak
1 parent 31be04b commit 8ca3255

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ matrix:
99
env: INTEGRATION=true
1010
script:
1111
- "[ \"$INTEGRATION\" = true ] && npm run integration || npm test"
12-
after_success: npm run coveralls
12+
after_success:
13+
- './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
@@ -14,8 +14,7 @@
1414
},
1515
"scripts": {
1616
"test": "nyc ava",
17-
"integration": "./test/integration/test.js",
18-
"coveralls": "nyc report --reporter=text-lcov | coveralls"
17+
"integration": "./test/integration/test.js"
1918
},
2019
"files": [
2120
"index.js",

0 commit comments

Comments
 (0)