From 1cfe32f2bfae1cf4df1a78b0c8abdf7fd025650f Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Mon, 15 Aug 2016 19:00:25 -0400 Subject: [PATCH] Fix env line --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 16c8ebb..828727f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,7 @@ script: - make check env: - - GO15VENDOREXPERIMENT=1 - - PGSTORE_TEST_CONN="postgres://postgres@127.0.0.1/test?sslmode=disable" + - GO15VENDOREXPERIMENT=1 PGSTORE_TEST_CONN="postgres://postgres@127.0.0.1/test?sslmode=disable" before_script: - psql -c 'create database test;' -U postgres