mirror of
https://github.com/ouqiang/gocron.git
synced 2024-04-21 12:31:58 +00:00
8 lines
132 B
YAML
8 lines
132 B
YAML
language: go
|
|
go:
|
|
- 1.9.x
|
|
script: go test `go list ./... | grep -v vendor`
|
|
|
|
notifications:
|
|
on_success: never
|
|
on_failure: always |