Skip to content

Commit

Permalink
Enable PG12 test in travis (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuncer committed Sep 4, 2019
1 parent 62945e5 commit 47522f8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 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
python:
- "3.6"
Expand All @@ -16,13 +16,16 @@ matrix:
include:
- 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
- python --version
- pyenv versions
- pyenv global 3.6
- pyenv install -s 3.6.7
- pyenv global 3.6.7
- sudo apt-get install bridge-utils
- sudo apt-get install python3-pip
- sudo pip3 install --upgrade pip
Expand Down

0 comments on commit 47522f8

Please sign in to comment.