Skip to content

Commit 784ddc5

Browse files
committed
Merge pull request #33 from mboersma/update-imports
chore(.travis.yml): update go tools and test targets
2 parents b2a0d59 + 265a104 commit 784ddc5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
language: go
66

77
go:
8-
- 1.2
9-
- 1.3
8+
- 1.4
9+
- 1.5
10+
- tip
1011

1112
matrix:
1213
fast_finish: true
1314

1415
before_install:
15-
- go get code.google.com/p/go.tools/cmd/vet
16-
- go get code.google.com/p/go.tools/cmd/cover
16+
- go get golang.org/x/tools/cmd/vet
17+
- go get golang.org/x/tools/cmd/cover
1718
- go get github.com/golang/lint/golint
1819
- go get github.com/mattn/goveralls
1920

0 commit comments

Comments
 (0)