.travis.yml: 去掉过时comment

This commit is contained in:
Yousong Zhou
2019-08-16 13:54:57 +00:00
parent df133fff1b
commit 210d132b0f

View File

@@ -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