From: Fujii Masao Date: Tue, 6 Oct 2020 17:53:11 +0000 (+0900) Subject: Update .travis.yml to ask Travis CI to build and test on PostgreSQL 13. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a436f96928b3fee589289308fb8d3f1caf8f3c06;p=ludiafuncs%2Fludia_funcs.git Update .travis.yml to ask Travis CI to build and test on PostgreSQL 13. --- diff --git a/.travis.yml b/.travis.yml index 96460dd..4edc5b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ compiler: gcc env: matrix: - PGBRANCH=master + - PGBRANCH=REL_13_STABLE - PGBRANCH=REL_12_STABLE - PGBRANCH=REL_11_STABLE - PGBRANCH=REL_10_STABLE