Skip to content

Commit 11e8f81

Browse files
committed
Add PostgreSQL 12 tests
1 parent 1d391ef commit 11e8f81

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ language: go
33

44
matrix:
55
include:
6+
- name: "Postgres 12"
7+
env:
8+
- PGDB=12
9+
addons:
10+
postgresql: "12"
11+
apt:
12+
packages:
13+
- postgresql-12
14+
- postgresql-client-12
615
- name: "Postgres 11"
716
env:
817
- PGDB=11

0 commit comments

Comments
 (0)