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