Run lint/flow/doc/examples in CI
This commit is contained in:
parent
5a21b2f9fb
commit
efeb2f55c3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue