relationship/.travis.yml
2016-09-27 00:19:39 +08:00

18 lines
164 B
YAML

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