Browse Source

travis: update go version (#176)

pull/190/merge
Davor Kapsa 9 years ago
committed by ginuerzh
parent
commit
484aa888d0
  1. 4
      .travis.yml

4
.travis.yml

@ -1,9 +1,9 @@
language: go
sudo: false
go:
- 1.8
- 1.x
install: true
script:
- go test -race -v
- cd cmd/gost && go build
- cd cmd/gost && go build

Loading…
Cancel
Save