Update .travis.yml

master
Michael 2018-04-24 23:34:55 +10:00 committed by GitHub
parent bfd50343c6
commit 2bbcdc1f87
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ go:
- 1.9
- master
# Skip the install step. Don't `go get` dependencies. Only build with the
# code in vendor/
install: true
# Don't skip the install step. Do `go get` dependencies and don't only build with
# the code in vendor/
install: false
matrix:
# It's ok if our code fails on unstable development versions of Go.