1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Fix Travis config so Postgres is started correctly

This commit is contained in:
Elliot Winkler 2019-06-13 19:39:05 -06:00
parent 217a0b04ea
commit 2939ea170f

View file

@ -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