mirror of https://github.com/ginuerzh/gost
1 changed files with 2 additions and 3 deletions
@ -1,10 +1,9 @@ |
|||
language: go |
|||
sudo: false |
|||
go: |
|||
- 1.8 |
|||
- 1.9 |
|||
- 1.x |
|||
|
|||
install: true |
|||
script: |
|||
- go test -race -v |
|||
- cd cmd/gost && go build |
|||
- cd cmd/gost && go build |
|||
|
|||
Loading…
Reference in new issue