Fix Travis config

This commit is contained in:
Tomasz Sęk 2019-06-08 09:42:28 +02:00
parent 79e150cbb7
commit 1551254373
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 1 additions and 3 deletions

View File

@ -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: