From c2bafc9d71d4e8c60e21d370e5e0c7da5ab8f313 Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Thu, 18 Jul 2019 22:59:26 +1000 Subject: [PATCH] try to add bash option to see whether it works --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 399fef8..e9ac792 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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