diff options
author | 2018-10-11 19:39:08 +0100 | |
---|---|---|
committer | 2018-10-11 19:39:08 +0100 | |
commit | 33c3b4fe7beccd102c4e181d80f533284de1c7f2 (patch) | |
tree | e223e8542882bba1b412b21450a107bd327b3cad | |
parent | Deployment is working now (diff) |
Run bash script with bash
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |