mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 19:23:08 +02:00
9 lines
159 B
YAML
9 lines
159 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "7.3.0"
|
||
|
before_script:
|
||
|
- "mkdir -p ./.config && cp ./.ci-files/config.yml ./.config"
|
||
|
cache:
|
||
|
directories:
|
||
|
- node_modules
|