This should actually be a part of the next commit, but that would make the review hard, so I decided to create a separate commit just for vendoring.
13 lines
117 B
YAML
13 lines
117 B
YAML
language: go
|
|
|
|
script:
|
|
- go vet ./...
|
|
- go test -v ./...
|
|
|
|
go:
|
|
- 1.3
|
|
- 1.4
|
|
- 1.5
|
|
- 1.6
|
|
- 1.7
|
|
- tip
|