Bugfix in config

This commit is contained in:
M1ha 2019-06-27 17:12:39 +05:00
parent 1093dfdc04
commit 5a01aab334

View File

@ -1,4 +1,4 @@
dist: trusty dist: xenial
sudo: required sudo: required
language: python language: python
cache: cache:
@ -7,21 +7,28 @@ cache:
services: services:
- postgresql - postgresql
- rabbitmq
- redis-server - redis-server
addons: addons:
postgresql: "11" postgresql: "11"
apt: apt:
sources: sources:
- sourceline: "deb http://repo.yandex.ru/clickhouse/deb/stable/ main/" - sourceline: "deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
- sourceline: "deb https://packages.erlang-solutions.com/ubuntu xenial contrib"
key_url: "https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc"
- sourceline: "deb https://dl.bintray.com/rabbitmq/debian xenial main"
key_url: "https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc"
packages: packages:
- dirmngr - dirmngr
- apt-transport-https - apt-transport-https
- postgresql-contrib-9.6
- postgresql-10 - postgresql-10
- postgresql-contrib-10
- postgresql-client-10 - postgresql-client-10
- postgresql-11 - postgresql-11
- postgresql-contrib-11
- postgresql-client-11 - postgresql-client-11
- unzip - unzip
- rabbitmq-server
python: python:
- 3.6 - 3.6