Fix Travis config
This commit is contained in:
parent
79e150cbb7
commit
1551254373
|
|
@ -2,8 +2,7 @@ language: go
|
|||
sudo: false
|
||||
|
||||
go:
|
||||
- 1.10.x
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
- master
|
||||
|
||||
matrix:
|
||||
|
|
@ -13,7 +12,6 @@ matrix:
|
|||
|
||||
before_install:
|
||||
- go get golang.org/x/lint/golint
|
||||
- go get -u github.com/golang/dep/cmd/dep
|
||||
- make go-dependencies
|
||||
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue