relationship/.travis.yml
2016-09-26 21:48:43 +08:00

10 lines
95 B
YAML

language: node_js
node_js:
- "4.4.4"
- "0.12"
script:
- npm run build
- npm test