homepage-frontend/.travis.yml
2018-10-20 16:45:25 +02:00

11 lines
110 B
YAML

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