From 5941c92a31aee3b7e0300f5ab91acb3c68b95171 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 14 Jun 2016 19:04:24 -0700 Subject: [PATCH] fix: make ci fail when compiler integration test fails --- scripts/ci-lite/offline_compiler_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci-lite/offline_compiler_test.sh b/scripts/ci-lite/offline_compiler_test.sh index 666da5fa8b..47fbfea408 100755 --- a/scripts/ci-lite/offline_compiler_test.sh +++ b/scripts/ci-lite/offline_compiler_test.sh @@ -26,6 +26,7 @@ cp -v package.json $TMP # run in subshell to avoid polluting cwd ( cd $TMP + set -ex -o pipefail npm install ${PKGS[*]} # TODO(alexeagle): allow this to be npm link instead npm install ${LINKABLE_PKGS[*]}