Skip to content

Commit 58c7396

Browse files
committed
postgresql 13
1 parent af5fabc commit 58c7396

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.travis.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
dist: focal
22

3-
env:
4-
global:
5-
- PGPORT=5433 # NOTE ADDING THIS MAKES NO DIFFERENCE
6-
7-
services:
8-
- postgresql
3+
# env:
4+
# global:
5+
# - PGPORT=5433 # NOTE ADDING THIS MAKES NO DIFFERENCE
96

107
addons:
11-
postgresql: "12.2"
128
apt:
139
sources:
1410
- sourceline: 'deb http://dl.yarnpkg.com/debian/ stable main'
@@ -20,13 +16,12 @@ addons:
2016
- google-chrome-stable
2117
- yarn
2218
- redis-server
23-
- postgresql-12.2
24-
- postgresql-client-12.2
25-
2619

2720
_test_gem_pg: &_test_gem_pg
2821
stage: test
2922

23+
services: postgresql
24+
3025
language: ruby
3126
cache:
3227
bundler: true

0 commit comments

Comments
 (0)