update .travis.yml

This commit is contained in:
rui.zheng
2017-08-12 14:42:53 +08:00
parent 4d2e9ca518
commit 0e7e53f4cc
+1
View File
@@ -3,6 +3,7 @@ sudo: false
go:
- 1.8
install: true
script:
- go test -v
- cd cmd/gost && go build