Skip to content

Commit

Permalink
Merge pull request #60 from MoonInsung/master
Browse files Browse the repository at this point in the history
update .travix.yml to build PG10rc1
  • Loading branch information
amitlan authored Sep 29, 2017
2 parents 39ddd76 + 3a1918b commit c2dc2e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2dc2e9

Please sign in to comment.