Skip to content

Commit e6807c9

Browse files
committed
Use Go 1.4.
1 parent 9016655 commit e6807c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: go
22
go:
3-
- 1.3
3+
- 1.4
44
install:
55
- true
66
before_script:
7-
- go get code.google.com/p/go.tools/cmd/vet
7+
- go get golang.org/x/tools/cmd/vet
88
- go get github.com/kr/godep
99
- wget http://s3.amazonaws.com/influxdb/influxdb_latest_amd64.deb
1010
- sudo dpkg -i influxdb_latest_amd64.deb

Godeps/Godeps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)