Remove explicit Go version from Travis config.

The `language: go` statement already selects the latest stable release of Go.
This commit is contained in:
David Symonds
2015-02-27 13:50:55 +11:00
parent 7570e322c5
commit 39d3ebf1a4

View File

@ -1,8 +1,5 @@
language: go
go:
- 1.4
install:
- export GOPATH="$HOME/gopath"
- mkdir -p "$GOPATH/src/google.golang.org"