homepage-frontend/.travis.yml

11 lines
110 B
YAML
Raw Normal View History

2018-02-15 18:18:38 +00:00
language: node_js
node_js:
- "9.4.0"
2018-02-15 19:07:34 +00:00
script:
- npm install && npm test
2018-02-15 18:18:38 +00:00
branches:
only:
2018-02-15 18:35:52 +00:00
- master