Skip to content

Commit c87a69c

Browse files
austbrbrw
authored andcommitted
(maint) travis: test on ubuntu-bionic
Upgrade to bionic so that we can test pg-14. We install postgresql from the official postgres repos, but xenial is too old.
1 parent 2eae7e3 commit c87a69c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# appropriate.
77
language: generic
88

9-
dist: xenial
9+
dist: bionic
1010

1111
# Always explicitly set sudo. Otherwise travis' defaults may vary
1212
# based on when the repository testing was enabled.

ci/bin/prep-and-run-in

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ "$host_type" = travis ] && [[ "$OSTYPE" != darwin* ]]; then
2020
# see https://github.com/pyenv/pyenv/issues/789 When using the
2121
# system python pyenv prepends /usr/bin to the path which breaks
2222
# anything that tries to override system defaults, like rvm/rbenv
23-
pyenv global 3.7.1
23+
pyenv global 3.7.6
2424

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

0 commit comments

Comments
 (0)