relationship/.travis.yml
2016-09-26 23:40:35 +08:00

17 lines
151 B
YAML

language: node_js
node_js:
- "4.4.4"
- "0.12"
install:
- npm install
script:
- npm run build
- npm test
branches:
only:
- gh-pages