Update .travis.yml

This commit is contained in:
George Hao
2018-08-14 13:25:06 +08:00
committed by GitHub
parent 107378cd31
commit a177c04208

View File

@@ -1,7 +1,7 @@
language: go
go:
- 1.9.x
script: go test `go list ./... | grep -v vendor`
script: go get github.com/george518/PPGo_Job
notifications:
on_success: never