Files
relationship/.travis.yml
T

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