This commit is contained in:
George Hao
2018-08-14 13:21:42 +08:00
committed by GitHub
parent e00b76932b
commit 107378cd31

View File

@@ -1,10 +1,8 @@
language: go language: go
go: go:
- '1.9.2' - 1.9.x
sudo: false script: go test `go list ./... | grep -v vendor`
install:
- go get -v github.com/george518/PPGo_Job notifications:
script:true on_success: never
on_success: never on_failure: always
on_failure: always