mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
18 lines
164 B
YAML
18 lines
164 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "8"
|
|
- "10"
|
|
- "12"
|
|
- "node"
|
|
|
|
sudo: false
|
|
|
|
install:
|
|
- "npm install"
|
|
|
|
os:
|
|
- "linux"
|
|
- "osx"
|
|
- "windows"
|