fix: make ci fail when compiler integration test fails

This commit is contained in:
Misko Hevery 2016-06-14 19:04:24 -07:00
parent d44d0852e5
commit 5941c92a31
1 changed files with 1 additions and 0 deletions

View File

@ -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[*]}