relationship/.travis.yml
2016-09-26 23:17:34 +08:00

13 lines
117 B
YAML

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