From 87cb4a6de8d83b6b53b1dc58fa92ebe0aaf87446 Mon Sep 17 00:00:00 2001 From: J0WI Date: Thu, 22 Feb 2018 18:00:14 +0100 Subject: [PATCH] Symlink to correct binary name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b775fad..5fcbcb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ branches: install: - git clone https://github.com/docker-library/official-images.git ~/official-images - - wget https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/bashbrew-amd64 + - wget https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/bashbrew-amd64 && ln -s bashbrew-amd64 bashbrew - export PATH=$PATH:$PWD before_script: