mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
9 lines
98 B
YAML
9 lines
98 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "6"
|
|
script:
|
|
- npm install
|
|
- npm run lint
|
|
- npm run build
|