UNPKG

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