Updated travis file
This commit is contained in:
parent
4b423f036a
commit
f409bc574a
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user