Merge pull request #6292 from hashicorp/go-versions
build: Remove old versions of Go on Travis CI
This commit is contained in:
commit
7915f2db25
|
@ -6,11 +6,9 @@ sudo: false
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
|
||||
|
||||
install:
|
||||
- make deps
|
||||
|
||||
|
|
Loading…
Reference in New Issue