Use Ubuntu 18.04 so that a newer version of Docker will be available by default. (#12139)

This commit is contained in:
dHannasch
2020-11-19 10:40:07 -08:00
committed by GitHub
parent 6999075c75
commit 96c1caccaf
+2 -2
View File
@@ -1,6 +1,6 @@
language: generic
# Use Ubuntu 16.04
dist: xenial
# Use Ubuntu 18.04
dist: bionic
git:
clone: false # Clone manually to work around Travis issues like https://github.com/travis-ci/travis-ci/issues/6337