Drop flow checks for appveyor

master
Paul Loyd 2017-11-18 13:48:16 +03:00
parent 48b30c7801
commit 794167254a
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ install:
test_script:
- node --version
- npm --version
- npm test
- npm run mocha
cache:
- node_modules
build: off

View File

@ -42,8 +42,9 @@
},
"scripts": {
"prepare": "npm run build",
"test": "npm run flow && npm run mocha",
"build": "babel src/ -d lib/",
"test": "flow && nyc mocha -r @babel/register -R list tests/run.js",
"mocha": "nyc mocha -r @babel/register -R list tests/run.js",
"flow": "flow"
}
}