Skip to content

Commit e6b0d19

Browse files
Modify .travis.yml to run tests with postgresql 9.6
1 parent 575cb55 commit e6b0d19

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ go:
33
- 1.7.3
44
- tip
55

6+
dist: trusty
7+
addons:
8+
postgresql: "9.6"
69
services:
7-
- postgresql
8-
9-
script: make test
10+
- postgresql

0 commit comments

Comments
 (0)