Fix env line

This commit is contained in:
Chris Johnson 2016-08-15 19:00:25 -04:00
parent e34d9b5628
commit 1cfe32f2bf
1 changed files with 1 additions and 2 deletions

View File

@ -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