You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
133 B
YAML
12 lines
133 B
YAML
7 years ago
|
language: go
|
||
|
go_import_path: github.com/pkg/errors
|
||
|
go:
|
||
|
- 1.4.3
|
||
|
- 1.5.4
|
||
|
- 1.6.2
|
||
|
- 1.7.1
|
||
|
- tip
|
||
|
|
||
|
script:
|
||
|
- go test -v ./...
|