From 30350cac1cf7a9b91ed1b9aab84122e099339409 Mon Sep 17 00:00:00 2001 From: Aeneas Date: Thu, 1 Sep 2016 23:30:07 +0200 Subject: [PATCH] travis: resolve deploy issues --- .travis.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6368f948b14..ac2e00f35ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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