From 00a1ebaf255203451f7680842efdc09b89335b87 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Wed, 15 Jun 2016 11:40:01 -0500 Subject: [PATCH] Include postgres 9.6 to integration test --- script/test_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test_all.sh b/script/test_all.sh index 7617889..4626fb8 100755 --- a/script/test_all.sh +++ b/script/test_all.sh @@ -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"