Skip to content

Commit 86ba6f3

Browse files
committed
Update deps
1 parent a957148 commit 86ba6f3

File tree

2,986 files changed

+799805
-48980
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,986 files changed

+799805
-48980
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: go
22
sudo: false
33
install:
4-
- go get -v github.com/go-swagger/go-swagger/cmd/swagger
5-
- go get -v github.com/jteeuwen/go-bindata/...
6-
- go get -v github.com/mailru/easyjson/...
7-
- go get -v github.com/tinylib/msgp
4+
- go install -v ./vendor/github.com/go-swagger/go-swagger/cmd/swagger
5+
- go install -v ./vendor/github.com/jteeuwen/go-bindata/...
6+
- go install -v ./vendor/github.com/mailru/easyjson/...
87
- go generate -x .
98
script:
109
- go build .

0 commit comments

Comments
 (0)