Files
ppgo_job/.travis.yml

9 lines
129 B
YAML
Raw Permalink 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
2018-08-14 13:25:06 +08:00
script: go get github.com/george518/PPGo_Job
2018-08-14 13:21:42 +08:00
notifications:
on_success: never
on_failure: always