mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-25 16:25:13 +00: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