Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iaymerich committed Aug 2, 2018
1 parent d35f901 commit d6bed3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
before_install:
- go get github.com/mitchellh/gox
- go get github.com/tcnksm/ghr
- go get github.com/pkg/errors
install:
- gox -osarch="linux/amd64" -osarch="windows/amd64" -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}_$TRAVIS_BRANCH"
deploy:
Expand Down

0 comments on commit d6bed3e

Please sign in to comment.