9 lines
87 B
YAML
9 lines
87 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
- tip
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip |