forked from orbit-oss/chalk
Tiny travis.yml tweak
This commit is contained in:
parent
a2b5fa22dc
commit
70f22d87ba
2 changed files with 4 additions and 4 deletions
|
|
@ -3,4 +3,5 @@ node_js:
|
||||||
- '8'
|
- '8'
|
||||||
- '6'
|
- '6'
|
||||||
- '4'
|
- '4'
|
||||||
after_success: npm run coveralls
|
after_success:
|
||||||
|
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,8 @@
|
||||||
"node": ">=4"
|
"node": ">=4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava",
|
"test": "xo && nyc ava && tsc --project types && flow --max-warnings=0",
|
||||||
"bench": "matcha benchmark.js",
|
"bench": "matcha benchmark.js"
|
||||||
"coveralls": "nyc report --reporter=text-lcov | coveralls"
|
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue