1
0
mirror of https://github.com/go-acme/lego.git synced 2025-03-19 14:18:04 +02:00

Remove official (automatically tested) support for go 1.4

This commit is contained in:
xenolf 2016-03-31 22:31:57 +02:00
parent 157111fd1d
commit 239a7005ef

View File

@ -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 ./...