mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 03:23:08 +02:00
parent
85b71c65ca
commit
18c4d01fec
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "7.3.0"
|
- "7.3.0"
|
||||||
|
services:
|
||||||
|
- mongodb
|
||||||
|
- redis-server
|
||||||
before_script:
|
before_script:
|
||||||
- "mkdir -p ./.config && cp ./.ci-files/config.yml ./.config"
|
- "mkdir -p ./.config && cp ./.ci-files/config.yml ./.config"
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue