We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5534357 commit 77aa0feCopy full SHA for 77aa0fe
.travis.yml
@@ -1,5 +1,5 @@
1
sudo: required
2
-dist: trusty
+dist: bionic
3
language: c
4
env:
5
global:
@@ -12,8 +12,9 @@ matrix:
12
- env: PGVERSION=9.6
13
- env: PGVERSION=10
14
- env: PGVERSION=11
15
+ - env: PGVERSION=12
16
before_install:
- - 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
18
- sudo make -C tools install
19
- setup_apt
20
- nuke_pg
@@ -22,4 +23,6 @@ install:
22
23
- install_pg
24
before_script:
25
- config_and_start_cluster
26
+ - echo "extra_float_digits = 0" >> "/etc/postgresql/${PGVERSION}/test/postgresql.conf"
27
+ - pg_ctlcluster "${PGVERSION}" test restart
28
script: pg_travis_test
0 commit comments