Skip to content

Commit

Permalink
(maint) travis: test on ubuntu-bionic
Browse files Browse the repository at this point in the history
Upgrade to bionic so that we can test pg-14. We install postgresql from
the official postgres repos, but xenial is too old.
  • Loading branch information
austb authored and rbrw committed Dec 2, 2021
1 parent 2eae7e3 commit c87a69c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# appropriate.
language: generic

dist: xenial
dist: bionic

# Always explicitly set sudo. Otherwise travis' defaults may vary
# based on when the repository testing was enabled.
Expand Down
2 changes: 1 addition & 1 deletion ci/bin/prep-and-run-in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ "$host_type" = travis ] && [[ "$OSTYPE" != darwin* ]]; then
# see https://github.com/pyenv/pyenv/issues/789 When using the
# system python pyenv prepends /usr/bin to the path which breaks
# anything that tries to override system defaults, like rvm/rbenv
pyenv global 3.7.1
pyenv global 3.7.6

# Have to purge some of the existing pg bits so the 11 install
# won't fail with errors like this:
Expand Down

0 comments on commit c87a69c

Please sign in to comment.