Fix env line
This commit is contained in:
parent
e34d9b5628
commit
1cfe32f2bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue