Run lint/flow/doc/examples in CI

This commit is contained in:
Michael Vines 2018-08-22 22:20:01 -07:00
parent 5a21b2f9fb
commit efeb2f55c3
1 changed files with 7 additions and 3 deletions

View File

@ -3,9 +3,13 @@ node_js:
- "lts/*" - "lts/*"
- "node" - "node"
before_script: npm run lint script:
script: npm run test - npm run doc
after_success: npm run coveralls - npm run flow
- npm run lint
- for example in examples/*.js; do node $example; done
after_success:
- npm run coveralls
before_deploy: before_deploy:
- rm -rf deploy - rm -rf deploy