fix ssl-mode for drone test

This commit is contained in:
Anton Lindström 2014-06-09 16:56:27 +00:00
parent 3ead5a545f
commit 56defcdd65
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
image: go1.2
env:
- GOPATH=/var/cache/drone
- PGSTORE_TEST_CONN="postgres://postgres@localhost:5432/testDb?sslmode=verify-none"
- PGSTORE_TEST_CONN="postgres://postgres@localhost:5432/testDb?sslmode=disable"
services:
- postgres
script: