From 56defcdd65a79aecb7b497cfd70eb930d2665e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Lindstr=C3=B6m?= Date: Mon, 9 Jun 2014 16:56:27 +0000 Subject: [PATCH] fix ssl-mode for drone test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c7434ad..44b1102 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: