添加travis

This commit is contained in:
george
2018-08-14 12:24:42 +08:00
parent b76865b421
commit ad08b12ea3

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: go
go:
- '1.9.2'
sudo: false
install:
- go get -v github.com/george518/PPGo_Job
script:true
on_success: never
on_failure: always