From 213a26bc185ffd62f8c9f33e48bfb9cb7c270b22 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 14 Jun 2020 17:49:32 +0200 Subject: [PATCH] fix bashbrew path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 94cf54e..0cb3a44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ jobs: - <<: *test-scripts env: SCRIPT=generate-stackbrew-library.sh install: - - wget -O "$HOME/bin/bashbrew" https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/bashbrew-amd64 + - wget -O "$HOME/bin/bashbrew" https://doi-janky.infosiftr.net/job/bashbrew/job/master/lastSuccessfulBuild/artifact/bashbrew-amd64 - chmod +x "$HOME/bin/bashbrew" script: - ./generate-stackbrew-library.sh