Run lint/flow/doc/examples in CI
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user