Move from TravisCI to BuildKite (#4752)

This commit is contained in:
Amber Brown
2019-02-27 13:03:14 -08:00
committed by GitHub
parent 76550c58d2
commit f2a753ea38
13 changed files with 325 additions and 108 deletions

View File

@@ -0,0 +1,21 @@
version: '3.1'
services:
postgres:
image: postgres:9.5
environment:
POSTGRES_PASSWORD: postgres
testenv:
image: python:3.5
depends_on:
- postgres
env_file: .env
environment:
SYNAPSE_POSTGRES_HOST: postgres
SYNAPSE_POSTGRES_USER: postgres
SYNAPSE_POSTGRES_PASSWORD: postgres
working_dir: /app
volumes:
- ..:/app