mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
6 lines
69 B
YAML
6 lines
69 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "6"
|
|
script: npm run test:ci
|