From 3a1918ba36e2a7d8a9bc78e07588af80d201ca4a Mon Sep 17 00:00:00 2001 From: MoonInsung Date: Fri, 29 Sep 2017 15:24:16 +0900 Subject: [PATCH] update .travix.yml to build PG10rc1 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a35e95a..3bca1de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ before_install: - sudo apt-get -y install bc libpam-dev libedit-dev - git clone https://github.com/postgres/postgres.git postgres-dev - cd postgres-dev + - if [ $PGVERSION = 10 ] ; then git checkout -b REL_10_STABLE origin/REL_10_STABLE; fi - if [ $PGVERSION = 9.6 ] ; then git checkout -b REL9_6_STABLE origin/REL9_6_STABLE; fi - if [ $PGVERSION = 9.5 ] ; then git checkout -b REL9_5_STABLE origin/REL9_5_STABLE; fi - if [ $PGVERSION = 9.4 ] ; then git checkout -b REL9_4_STABLE origin/REL9_4_STABLE; fi