From 2939ea170fc2beee748923cbbde814f3957c2ed0 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Thu, 13 Jun 2019 19:39:05 -0600 Subject: [PATCH] Fix Travis config so Postgres is started correctly --- .travis.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 65b13584..ac6109c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,8 @@ language: ruby -addons: - postgresql: "10" - apt: - packages: - - postgresql-10 - - postgresql-client-10 +dist: xenial +services: + - postgresql env: - global: - - PGPORT=5433 matrix: - DATABASE_ADAPTER=sqlite3 - DATABASE_ADAPTER=postgresql