1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/frontend/.travis
2016-11-10 15:03:38 +01:00

8 lines
97 B
Plaintext

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