Remove explicit Go version from Travis config.
The `language: go` statement already selects the latest stable release of Go.
This commit is contained in:
@ -1,8 +1,5 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
|
||||||
- 1.4
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- export GOPATH="$HOME/gopath"
|
- export GOPATH="$HOME/gopath"
|
||||||
- mkdir -p "$GOPATH/src/google.golang.org"
|
- mkdir -p "$GOPATH/src/google.golang.org"
|
||||||
|
Reference in New Issue
Block a user