From 203fc0ff865996539643c615c535205d96af3d08 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 16 Jan 2017 15:36:39 +0100 Subject: [PATCH] make travis build fail when web job fails --- travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis.sh b/travis.sh index 0b9e852dcf8..654c2c5c2a5 100755 --- a/travis.sh +++ b/travis.sh @@ -92,7 +92,7 @@ CI) ;; WEB) - set +eu + set +u source ~/.nvm/nvm.sh && nvm install 6 curl -o- -L https://yarnpkg.com/install.sh | bash export PATH=$HOME/.yarn/bin:$PATH @@ -107,4 +107,4 @@ WEB) esac #stop the clock -touch stop \ No newline at end of file +touch stop -- 2.39.5