Skip to content

Commit 9f06021

Browse files
committed
Add PostgreSQL 11 tests
1 parent 8f3f439 commit 9f06021

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

.travis.yml

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
language: go
22

3-
addons:
4-
postgresql: '10'
5-
apt:
6-
packages:
7-
- postgresql-10
8-
- postgresql-client-10
3+
matrix:
4+
include:
5+
- name: "Postgres 11"
6+
addons:
7+
postgresql: "11"
8+
apt:
9+
packages:
10+
- postgresql-11
11+
- postgresql-client-11
12+
- name: "Postgres 10"
13+
addons:
14+
postgresql: "10"
15+
apt:
16+
packages:
17+
- postgresql-10
18+
- postgresql-client-10
919

1020
go:
1121
- "1.11"

0 commit comments

Comments
 (0)