Skip to content

Commit

Permalink
Fix PG12 tests and add PG12 to travis (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Yücesoy committed Sep 2, 2019
1 parent 5534357 commit 77aa0fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: required
dist: trusty
dist: bionic
language: c
env:
global:
Expand All @@ -12,8 +12,9 @@ matrix:
- env: PGVERSION=9.6
- env: PGVERSION=10
- env: PGVERSION=11
- env: PGVERSION=12
before_install:
- git clone -b v0.7.9 --depth 1 https://github.com/citusdata/tools.git
- git clone -b v0.7.12 --depth 1 https://github.com/citusdata/tools.git
- sudo make -C tools install
- setup_apt
- nuke_pg
Expand All @@ -22,4 +23,6 @@ install:
- install_pg
before_script:
- config_and_start_cluster
- echo "extra_float_digits = 0" >> "/etc/postgresql/${PGVERSION}/test/postgresql.conf"
- pg_ctlcluster "${PGVERSION}" test restart
script: pg_travis_test

0 comments on commit 77aa0fe

Please sign in to comment.