mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-22 02:58:36 +00:00
10 lines
108 B
YAML
10 lines
108 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "6"
|
|
- "8"
|
|
- "10"
|
|
- "stable"
|
|
branches:
|
|
only:
|
|
- master
|