From 2e2b6bebd4b08345e449479480d8b0f344ddfe3b Mon Sep 17 00:00:00 2001 From: J0WI Date: Thu, 22 Feb 2018 17:54:37 +0100 Subject: [PATCH] Add bashbrew to Travis --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 236f090..b775fad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ 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 + - export PATH=$PATH:$PWD before_script: - env | sort @@ -43,8 +45,7 @@ jobs: - <<: *test-scripts env: SCRIPT=generate-stackbrew-library.sh script: - # Only syntax check due bashbrew dependency - - bash -n generate-stackbrew-library.sh + - ./generate-stackbrew-library.sh - stage: test images env: VERSION=11.0 VARIANT=fpm-alpine ARCH=amd64