relationship/.travis.yml
2016-09-28 12:08:44 +08:00

17 lines
151 B
YAML

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