Enable GO15VENDOREXPERIMENT environment variable
Try to fix the Travis failure of the lll linter
This commit is contained in:
parent
df656e2dc1
commit
e34d9b5628
|
@ -15,6 +15,7 @@ script:
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
- GO15VENDOREXPERIMENT=1
|
||||||
- PGSTORE_TEST_CONN="postgres://postgres@127.0.0.1/test?sslmode=disable"
|
- PGSTORE_TEST_CONN="postgres://postgres@127.0.0.1/test?sslmode=disable"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in New Issue