]> source.dussan.org Git - sonarqube.git/commitdiff
make travis build fail when web job fails
authorStas Vilchik <stas-vilchik@users.noreply.github.com>
Mon, 16 Jan 2017 14:36:39 +0000 (15:36 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Jan 2017 14:36:39 +0000 (15:36 +0100)
travis.sh

index 0b9e852dcf82f947c971da72be9bd46d91276bcb..654c2c5c2a516087d2a0a17704f5206d28759861 100755 (executable)
--- 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