Skip to content

Commit

Permalink
Vendor dependencies (via govendor)
Browse files Browse the repository at this point in the history
  • Loading branch information
Diwaker Gupta committed Mar 15, 2016
1 parent 5b62a0c commit ec31187
Show file tree
Hide file tree
Showing 71 changed files with 20,675 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ go:
- 1.6

before_script:
- go vet ./...

before_deploy:
- go get github.com/inconshreveable/mousetrap
- go get github.com/mitchellh/gox
- gox -ldflags="-X main.version=${TRAVIS_TAG:-TRAVIS_COMMIT}" -osarch="darwin/amd64 linux/amd64 windows/amd64" -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"
- go vet github.com/dropbox/dbxcli

script:
- gox -ldflags="-X main.version=${TRAVIS_TAG:-TRAVIS_COMMIT}" -osarch="darwin/amd64 linux/amd64 windows/amd64" -output "dist/{{.Dir}}-{{.OS}}-{{.Arch}}"

deploy:
provider: releases
Expand Down
20 changes: 20 additions & 0 deletions vendor/github.com/dropbox/dropbox-sdk-go-unofficial/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ec31187

Please sign in to comment.