Remove PGHOST from test-all script for travis

This commit is contained in:
Dan Sosedoff 2016-11-04 10:33:37 -05:00
parent 1e88d3dc5f
commit e3e1d7b012

View File

@ -22,5 +22,5 @@ install:
script:
- make build
- make test
- PGHOST=127.0.0.1 make test-all
- make test-all
- make docker-release