summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-02-22 18:00:14 +0100
committerJ0WI <J0WI@users.noreply.github.com>2018-02-22 18:07:57 +0100
commit87cb4a6de8d83b6b53b1dc58fa92ebe0aaf87446 (patch)
treeb2cdc33096a42761c41e46e4aad8fa97ed42d0b0 /.travis.yml
parent2e2b6bebd4b08345e449479480d8b0f344ddfe3b (diff)
Symlink to correct binary name
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b775fada..5fcbcb2d 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: