Files
redux-form/.travis.yml
2016-06-29 19:21:07 +02:00

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