From 931a24c377e93ff65ad5743d3ab8057ff16689ca Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 18 Aug 2020 18:36:22 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c19daa..096609b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,11 +35,11 @@ deploy: script: | if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - ./travis/linux.sh; + bash -e travis/linux.sh; fi if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then - ./travis/win.sh; + bash -e travis/win.sh; fi - ./travis/deploy_master.sh + bash -e travis/deploy_master.sh