Files
ppgo_job/.travis.yml

9 lines
133 B
YAML
Raw Normal View History

2018-08-14 12:24:42 +08:00
language: go
go:
2018-08-14 13:21:42 +08:00
- 1.9.x
script: go test `go list ./... | grep -v vendor`
notifications:
on_success: never
on_failure: always