Update comment in .travis.yml

This commit is contained in:
Phillip Wittrock 2017-11-28 14:49:49 -08:00 committed by GitHub
parent 12faeb563e
commit 7e06942dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ before_install:
- go get -u golang.org/x/tools/cmd/goimports
# Install must be set to prevent default `go get` to run.
# The dependencies have already been vendored by `dep` so
# we don't need to fetch them.
install:
-