Include postgres 9.6 to integration test

This commit is contained in:
Dan Sosedoff 2016-06-15 11:40:01 -05:00
parent 09389e2ee4
commit 00a1ebaf25

View File

@ -8,7 +8,7 @@ export PGPASSWORD=""
export PGDATABASE="booktown"
export PGPORT="15432"
for i in {1..5}
for i in {1..6}
do
export PGVERSION="9.$i"
echo "Running tests against PostgreSQL v$PGVERSION"