We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eae7e3 commit c87a69cCopy full SHA for c87a69c
.travis.yml
@@ -6,7 +6,7 @@
6
# appropriate.
7
language: generic
8
9
-dist: xenial
+dist: bionic
10
11
# Always explicitly set sudo. Otherwise travis' defaults may vary
12
# based on when the repository testing was enabled.
ci/bin/prep-and-run-in
@@ -20,7 +20,7 @@ if [ "$host_type" = travis ] && [[ "$OSTYPE" != darwin* ]]; then
20
# see https://github.com/pyenv/pyenv/issues/789 When using the
21
# system python pyenv prepends /usr/bin to the path which breaks
22
# anything that tries to override system defaults, like rvm/rbenv
23
- pyenv global 3.7.1
+ pyenv global 3.7.6
24
25
# Have to purge some of the existing pg bits so the 11 install
26
# won't fail with errors like this:
0 commit comments