Use non-standart postgresql port for testing

This commit is contained in:
Dan Sosedoff
2016-01-15 12:44:21 -06:00
parent 9766bb2ed2
commit 84f1bd95e7
2 changed files with 3 additions and 3 deletions

View File

@@ -18,4 +18,4 @@ install:
script:
- make build
- make test
- PGHOST=127.0.0.1 ./scripts/test_all.sh
- PGHOST=127.0.0.1 ./script/test_all.sh