try to add bash option to see whether it works

This commit is contained in:
2019-07-18 22:59:26 +10:00
parent 17a35679c6
commit c2bafc9d71
+1
View File
@@ -11,6 +11,7 @@ jobs:
include:
- stage: "build and push docker image"
script: |
#! /bin/bash -eu
docker --version
docker build -t wahyd4/aria2-ui:3.0.${TRAVIS_BUILD_NUMBER} .
if [ "${TRAVIS_BRANCH}" = "master" ]; then