forked from TrueCloudLab/lego
Remove official (automatically tested) support for go 1.4
This commit is contained in:
parent
157111fd1d
commit
239a7005ef
1 changed files with 1 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.4.3
|
||||
- 1.5.3
|
||||
- 1.6
|
||||
- tip
|
||||
install:
|
||||
- go get -t ./...
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
script:
|
||||
- go vet ./...
|
||||
- go test -v ./...
|
||||
|
|
Loading…
Reference in a new issue