Skip to content

Commit

Permalink
travis: resolve deploy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored Sep 1, 2016
1 parent 76c23f8 commit 30350ca
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,9 @@ after_success:

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file:
- dist/hydra-darwin-386
- dist/hydra-darwin-amd64
- dist/hydra-freebsd-386
- dist/hydra-freebsd-amd64
- dist/hydra-linux-arm
- dist/hydra-netbsd-arm
- dist/hydra-openbsd-386
- dist/hydra-windows-amd64.exe
api_key: ${GITHUB_TOKEN}
file_glob: true
file: dist/*
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 30350ca

Please sign in to comment.