From c5346ca4fdab79439fde10cbf2a9033b5ca36956 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Thu, 13 Dec 2018 22:29:14 +0100 Subject: [PATCH] Forgot bashbrew binary --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5059c08..f2bf9e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,6 +89,9 @@ jobs: - stage: deploy env: SCRIPT=build_and_push.sh + install: + - wget -O "$HOME/bin/bashbrew" https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/bashbrew-amd64 + - chmod +x "$HOME/bin/bashbrew" script: skip deploy: provider: script