File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if [[ "${TRAVIS_OS_NAME}" == "linux" && "${BUILD}" == *wheels* ]]; then
27
27
fi
28
28
fi
29
29
30
- sudo service postgresql start ${PGVERSION}
30
+ sudo pg_ctlcluster ${PGVERSION} main restart
31
31
fi
32
32
33
33
if [ " ${TRAVIS_OS_NAME} " == " osx" ]; then
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ matrix:
138
138
# Also use this job to publish the releases and build
139
139
# the documentation.
140
140
- os : linux
141
- dist : xenial
141
+ dist : bionic
142
142
sudo : required
143
143
language : python
144
144
python : " 3.6"
Original file line number Diff line number Diff line change 31
31
# snapshots will automatically include the git revision
32
32
# in __version__, for example: '0.16.0.dev0+ge06ad03'
33
33
34
- __version__ = '0.20.0 '
34
+ __version__ = '0.20.1 '
You can’t perform that action at this time.
0 commit comments