From 33c3b4fe7beccd102c4e181d80f533284de1c7f2 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Thu, 11 Oct 2018 19:39:08 +0100 Subject: Run bash script with bash --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f204bdb..ae1d7653 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,4 @@ install: script: - pipenv run lint - - sh docker/build.sh + - bash docker/build.sh -- cgit v1.2.3