mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
8 lines
119 B
YAML
8 lines
119 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
before_script:
|
|
- npm install flex-sdk
|