Skip to content

Commit

Permalink
fix: make ci fail when compiler integration test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Jun 15, 2016
1 parent d44d085 commit 5941c92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci-lite/offline_compiler_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[*]}
Expand Down

0 comments on commit 5941c92

Please sign in to comment.