relationship/.travis.yml
2016-09-26 22:57:30 +08:00

11 lines
117 B
YAML

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