mirror of
https://github.com/zhigang1992/redux-form.git
synced 2026-04-30 13:22:29 +08:00
15 lines
165 B
YAML
15 lines
165 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "6"
|
|
- "5"
|
|
- "4"
|
|
- "stable"
|
|
|
|
script:
|
|
- npm run lint
|
|
- npm test
|
|
|
|
after_success:
|
|
- npm run test:cov
|
|
- npm run test:codecov |