Updated travis file

This commit is contained in:
Eduard Urbach 2018-04-26 01:51:00 +02:00
parent 4b423f036a
commit f409bc574a

View File

@ -10,9 +10,9 @@ go:
- 1.10.x - 1.10.x
- master - master
# Skip the install step. Don't `go get` dependencies. Only build with the # Setting this to true would skip the `go get` dependencies step.
# code in vendor/ # Useful if you want to build using repository-provided vendor/ only.
install: true install: false
matrix: matrix:
# It's ok if our code fails on unstable development versions of Go. # It's ok if our code fails on unstable development versions of Go.