1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/.travis.yml
2016-11-10 15:28:34 +01:00

9 lines
98 B
YAML

sudo: false
language: node_js
node_js:
- "6"
script:
- npm install
- npm run lint
- npm run build