From ca29fd57aa46260b6711879ca40dff8cc650354b Mon Sep 17 00:00:00 2001 From: J0WI Date: Thu, 22 Feb 2018 18:20:13 +0100 Subject: [PATCH] Move bashbrew to before_script --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5fcbcb2d..9af3dd92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,10 @@ 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 && ln -s bashbrew-amd64 bashbrew - - export PATH=$PATH:$PWD before_script: + - wget https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/bashbrew-amd64 && ln -s bashbrew-amd64 bashbrew + - export PATH=$PATH:$PWD - env | sort - image="nextcloud:${VERSION}${VARIANT:+-$VARIANT}" - if [[ "$ARCH" == 'i386' ]]; then sed -i -e 's/FROM php/FROM i386\/php/g' "${VERSION}/${VARIANT}/Dockerfile"; fi