mirror of
https://github.com/scratchfoundation/gh-pages.git
synced 2025-03-13 14:13:25 -04:00
11 lines
109 B
YAML
11 lines
109 B
YAML
language: node_js
|
|
node_js:
|
|
- "6"
|
|
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
|
|
branches:
|
|
only:
|
|
- master
|