Skip to content

Commit eeecb4a

Browse files
committed
Fixed go get command
1 parent 350cd7e commit eeecb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
install:
3-
- go get -t -d ./...
3+
- go get -d ./...
44
- go get github.com/golang/lint/golint
55
script:
66
- golint ./...

0 commit comments

Comments
 (0)