Skip to content

Commit

Permalink
Merge pull request #33 from mboersma/update-imports
Browse files Browse the repository at this point in the history
chore(.travis.yml): update go tools and test targets
  • Loading branch information
mboersma committed Feb 16, 2016
2 parents b2a0d59 + 265a104 commit 784ddc5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
language: go

go:
- 1.2
- 1.3
- 1.4
- 1.5
- tip

matrix:
fast_finish: true

before_install:
- go get code.google.com/p/go.tools/cmd/vet
- go get code.google.com/p/go.tools/cmd/cover
- go get golang.org/x/tools/cmd/vet
- go get golang.org/x/tools/cmd/cover
- go get github.com/golang/lint/golint
- go get github.com/mattn/goveralls

Expand Down

0 comments on commit 784ddc5

Please sign in to comment.