Skip to content

Commit 77aa0fe

Browse files
author
Burak Yücesoy
authored
Fix PG12 tests and add PG12 to travis (#78)
1 parent 5534357 commit 77aa0fe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: required
2-
dist: trusty
2+
dist: bionic
33
language: c
44
env:
55
global:
@@ -12,8 +12,9 @@ matrix:
1212
- env: PGVERSION=9.6
1313
- env: PGVERSION=10
1414
- env: PGVERSION=11
15+
- env: PGVERSION=12
1516
before_install:
16-
- git clone -b v0.7.9 --depth 1 https://github.com/citusdata/tools.git
17+
- git clone -b v0.7.12 --depth 1 https://github.com/citusdata/tools.git
1718
- sudo make -C tools install
1819
- setup_apt
1920
- nuke_pg
@@ -22,4 +23,6 @@ install:
2223
- install_pg
2324
before_script:
2425
- config_and_start_cluster
26+
- echo "extra_float_digits = 0" >> "/etc/postgresql/${PGVERSION}/test/postgresql.conf"
27+
- pg_ctlcluster "${PGVERSION}" test restart
2528
script: pg_travis_test

0 commit comments

Comments
 (0)