update .travis.yml

This commit is contained in:
rui.zheng 2017-08-12 14:42:53 +08:00
parent 4d2e9ca518
commit 0e7e53f4cc

View File

@ -3,6 +3,7 @@ sudo: false
go: go:
- 1.8 - 1.8
install: true
script: script:
- go test -v - go test -v
- cd cmd/gost && go build - cd cmd/gost && go build