mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-19 04:17:44 +00:00
7 lines
75 B
YAML
7 lines
75 B
YAML
sudo: required
|
|
language: node_js
|
|
node_js:
|
|
- "lts/*"
|
|
script:
|
|
- npm test
|