1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 12:05:19 +02:00
Add services to .travis.yml
This commit is contained in:
syuilo
2017-01-04 15:23:16 +09:00
parent 85b71c65ca
commit 18c4d01fec

View File

@@ -1,6 +1,9 @@
language: node_js
node_js:
- "7.3.0"
services:
- mongodb
- redis-server
before_script:
- "mkdir -p ./.config && cp ./.ci-files/config.yml ./.config"
env: