UNPKG

198 BYAMLView Raw
1sudo: false
2language: node_js
3node_js:
4 - "6"
5before_install:
6 - npm install -g npm@5
7script:
8 - npm test
9 - npm run flow
10 - npm run lint
11 - npm run check-formatting
12 - npm run flow-coverage