OSDN Git Service

Update .travis.yml to ask Travis CI to build and test on PostgreSQL 13.
authorFujii Masao <fujii@postgresql.org>
Tue, 6 Oct 2020 17:53:11 +0000 (02:53 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 6 Oct 2020 17:53:11 +0000 (02:53 +0900)
.travis.yml

index 96460dd..4edc5b8 100644 (file)
@@ -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