Update Go versions for Travis.
Also use Travis' container-based build infrastructure.
This commit is contained in:
parent
1b57f5bf87
commit
316d92d613
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.3
|
||||
- release
|
||||
- tip
|
||||
- 1.3.3
|
||||
- 1.4.1
|
||||
sudo: false
|
||||
before_install:
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue