travis: update go version

This commit is contained in:
Davor Kapsa 2017-11-02 18:53:17 +01:00 committed by GitHub
parent 124d0988b2
commit cadd14a28e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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