Files
gocron/.travis.yml
T
2018-01-26 23:17:48 +08:00

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