Enable GO15VENDOREXPERIMENT environment variable

Try to fix the Travis failure of the lll linter
This commit is contained in:
Chris Johnson
2016-08-15 18:56:58 -04:00
parent df656e2dc1
commit e34d9b5628

View File

@@ -15,6 +15,7 @@ script:
- make check
env:
- GO15VENDOREXPERIMENT=1
- PGSTORE_TEST_CONN="postgres://postgres@127.0.0.1/test?sslmode=disable"
before_script: