UNPKG

131 BYAMLView Raw
1language: node_js
2node_js:
3 - "6"
4script:
5 - npm run test
6 - npm run functional-test
7cache:
8 directories:
9 - "node_modules"