Fix env line
This commit is contained in:
parent
e34d9b5628
commit
1cfe32f2bf
|
@ -15,8 +15,7 @@ script:
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- GO15VENDOREXPERIMENT=1
|
- 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:
|
||||||
- psql -c 'create database test;' -U postgres
|
- psql -c 'create database test;' -U postgres
|
||||||
|
|
Loading…
Reference in New Issue