mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2024-11-24 16:48:13 -05:00
9 lines
106 B
YAML
9 lines
106 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "8"
|
|
- "10"
|
|
- "node"
|
|
cache:
|
|
directories:
|
|
- node_modules
|