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:
parent
217a0b04ea
commit
2939ea170f
1 changed files with 3 additions and 8 deletions
11
.travis.yml
11
.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
|
||||
|
|
Loading…
Reference in a new issue