From e34d9b56286e409e7059bbe108164c7f8a4e7916 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Mon, 15 Aug 2016 18:56:58 -0400 Subject: [PATCH] Enable GO15VENDOREXPERIMENT environment variable Try to fix the Travis failure of the lll linter --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fbe673b..16c8ebb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ script: - make check env: + - GO15VENDOREXPERIMENT=1 - PGSTORE_TEST_CONN="postgres://postgres@127.0.0.1/test?sslmode=disable" before_script: