Fix env line
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user