From e4b1c60ce51620f5b778897ff3ef270d92e2f501 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Wed, 28 Feb 2018 22:33:14 -0600 Subject: [PATCH] Skip running tests on 10.x branch for now --- script/test_all.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script/test_all.sh b/script/test_all.sh index 3691534..342e840 100755 --- a/script/test_all.sh +++ b/script/test_all.sh @@ -15,7 +15,10 @@ export PGPASSWORD="" export PGDATABASE="booktown" export PGPORT="15432" -versions="9.1 9.2 9.3 9.4 9.5 9.6 10.0 10.1 10.2" +# TODO: Enable the 10.x branch when it's supported on Travis. +# Local 10.x version is required so that pg_dump can properly work with older versions. +# 10.x branch is normally supported. +versions="9.1 9.2 9.3 9.4 9.5 9.6" for i in $versions do