mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-25 07:19:38 -05:00
7 lines
85 B
YAML
7 lines
85 B
YAML
sudo: false
|
|
language: node_js
|
|
script: "npm run test"
|
|
node_js:
|
|
- "4"
|
|
- "5"
|
|
- "6" |