summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-02-22 17:54:37 +0100
committerJ0WI <J0WI@users.noreply.github.com>2018-02-22 18:07:57 +0100
commit2e2b6bebd4b08345e449479480d8b0f344ddfe3b (patch)
tree06694022ba884989a834eafd3f6c1a5ba93041bf /.travis.yml
parentcca560535dee4789e7ea75cdaeb50fc1c08b0269 (diff)
Add bashbrew to Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 236f0900..b775fada 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