homepage-frontend/.travis.yml
2018-02-15 20:07:34 +01:00

12 lines
125 B
YAML

language: node_js
node_js:
- "9.4.0"
- "5.12.0"
script:
- npm install && npm test
branches:
only:
- master