We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5fabc commit 58c7396Copy full SHA for 58c7396
.travis.yml
@@ -1,14 +1,10 @@
1
dist: focal
2
3
-env:
4
- global:
5
- - PGPORT=5433 # NOTE ADDING THIS MAKES NO DIFFERENCE
6
-
7
-services:
8
- - postgresql
+# env:
+# global:
+# - PGPORT=5433 # NOTE ADDING THIS MAKES NO DIFFERENCE
9
10
addons:
11
- postgresql: "12.2"
12
apt:
13
sources:
14
- sourceline: 'deb http://dl.yarnpkg.com/debian/ stable main'
@@ -20,13 +16,12 @@ addons:
20
16
- google-chrome-stable
21
17
- yarn
22
18
- redis-server
23
- - postgresql-12.2
24
- - postgresql-client-12.2
25
26
19
27
_test_gem_pg: &_test_gem_pg
28
stage: test
29
+ services: postgresql
+
30
language: ruby
31
cache:
32
bundler: true
0 commit comments