Skip to content

Commit

Permalink
build: Update TravisCI to latest Go versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Nov 22, 2016
1 parent a829af9 commit ca89ac1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
language: go
go:
- 1.3.3
- 1.4.2
- 1.6.3
- 1.7.3
sudo: false
before_install:
- gotools=golang.org/x/tools
- if [ "$TRAVIS_GO_VERSION" = "go1.3.3" ]; then gotools=code.google.com/p/go.tools; fi
install:
- go get -d -t -v ./...
- go get -v $gotools/cmd/cover
- go get -v $gotools/cmd/vet
- go get -v golang.org/x/tools/cover
- go get -v github.com/bradfitz/goimports
- go get -v github.com/golang/lint/golint
script:
Expand Down

0 comments on commit ca89ac1

Please sign in to comment.