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
go:
- '1.9.2'
sudo: false
install:
- go get -v github.com/george518/PPGo_Job
script:true
- 1.9.x
script: go test `go list ./... | grep -v vendor`
notifications:
on_success: never
on_failure: always