Update Go versions for Travis.

Also use Travis' container-based build infrastructure.
This commit is contained in:
Josh Rickmar 2015-02-06 10:00:34 -05:00
parent 1b57f5bf87
commit 316d92d613

View File

@ -1,8 +1,8 @@
language: go language: go
go: go:
- 1.3 - 1.3.3
- release - 1.4.1
- tip sudo: false
before_install: before_install:
- gotools=golang.org/x/tools - gotools=golang.org/x/tools
- if [ "$TRAVIS_GO_VERSION" = "release" ] || [ "$TRAVIS_GO_VERSION" = "go1.3.3" ]; then gotools=code.google.com/p/go.tools; fi - if [ "$TRAVIS_GO_VERSION" = "release" ] || [ "$TRAVIS_GO_VERSION" = "go1.3.3" ]; then gotools=code.google.com/p/go.tools; fi