aca5b047ed
Incompatible with the new alternate input sources and I don't see a compelling reason to continue its support.
19 lines
160 B
YAML
19 lines
160 B
YAML
language: go
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.1.2
|
|
- 1.2.2
|
|
- 1.3.3
|
|
- 1.4.2
|
|
- 1.5.1
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
script:
|
|
- go vet ./...
|
|
- go test -v ./...
|