Browse Source

update .travis.yml

pull/176/head
rui.zheng 9 years ago
parent
commit
0e7e53f4cc
  1. 1
      .travis.yml

1
.travis.yml

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