8 lines
69 B
YAML
8 lines
69 B
YAML
|
language: go
|
||
|
go:
|
||
|
- 1.8
|
||
|
- tip
|
||
|
matrix:
|
||
|
allow_failures:
|
||
|
- go: tip
|