Skip to content

Commit

Permalink
Add postgres 12 to travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
zilder committed Oct 23, 2019
1 parent b7241d7 commit 876c14a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ matrix:
install:
- export PGPORT=5433
- sudo make install
- env: postgres=12
addons:
postgresql: 12
apt:
packages:
- postgresql-12
- postgresql-client-12
- postgresql-server-dev-12
install:
- export PGPORT=5433
- sudo make install

before_install:
- ./install_arrow.sh
Expand Down

0 comments on commit 876c14a

Please sign in to comment.