Skip to content

Commit

Permalink
travis: update go version (ginuerzh#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvrkps authored and ginuerzh committed Nov 3, 2017
1 parent 124d098 commit 484aa88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 484aa88

Please sign in to comment.