Removed PostgreSQL from build dependency. Using Docker image.

This commit is contained in:
Christoph Haas 2018-08-14 18:39:27 +02:00
parent ceaf3a089b
commit b3dd07cc29

View file

@ -21,7 +21,7 @@ build:
script:
- apt-get update -qy
- apt-get -o dir::cache::archives="vendor/apt" install -yqq imagemagick git build-essential zlib1g-dev libbz2-dev libpq-dev postgresql
- apt-get -o dir::cache::archives="vendor/apt" install -yqq imagemagick git build-essential zlib1g-dev libbz2-dev libpq-dev
#- gem install bundler --no-ri --no-rdoc
- RAILS_ENV=test bundle install --path vendor
- cp config/database.yml.gitlab config/database.yml