Skip to content

Commit

Permalink
postgresql 13
Browse files Browse the repository at this point in the history
  • Loading branch information
catmando committed May 2, 2023
1 parent af5fabc commit 58c7396
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
dist: focal

env:
global:
- PGPORT=5433 # NOTE ADDING THIS MAKES NO DIFFERENCE

services:
- postgresql
# env:
# global:
# - PGPORT=5433 # NOTE ADDING THIS MAKES NO DIFFERENCE

addons:
postgresql: "12.2"
apt:
sources:
- sourceline: 'deb http://dl.yarnpkg.com/debian/ stable main'
Expand All @@ -20,13 +16,12 @@ addons:
- google-chrome-stable
- yarn
- redis-server
- postgresql-12.2
- postgresql-client-12.2


_test_gem_pg: &_test_gem_pg
stage: test

services: postgresql

language: ruby
cache:
bundler: true
Expand Down

0 comments on commit 58c7396

Please sign in to comment.