travis
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user