diff --git a/.travis.yml b/.travis.yml index a3d2f5210a..e3aa85cd81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -# This is how to tell Travis to use the fast container-based test -# runner instead of the slow VM-based one. sudo: false dist: bionic @@ -23,7 +21,6 @@ cache: directories: - $HOME/.cache/go-build -# Only clone the most recent commit. git: depth: 8