Skip to content

Commit 4d28b98

Browse files
authored
Test with more PostgreSQL versions
Test with all PostgreSQL versions README claims are supported.
1 parent 95392e4 commit 4d28b98

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ go:
44
- 1.10.x
55

66
env:
7-
- POSTGRESQL_IMAGE=postgres
7+
- POSTGRESQL_IMAGE=postgres:9.1
8+
- POSTGRESQL_IMAGE=postgres:9.2
9+
- POSTGRESQL_IMAGE=postgres:9.3
10+
- POSTGRESQL_IMAGE=postgres:9.4
11+
- POSTGRESQL_IMAGE=postgres:9.5
12+
- POSTGRESQL_IMAGE=postgres:9.6
13+
- POSTGRESQL_IMAGE=postgres:10
814

915
services:
1016
- docker

0 commit comments

Comments
 (0)