From 711a461f8b11b34bf875688ce2b355c8e97a1675 Mon Sep 17 00:00:00 2001 From: maurizio vitale Date: Tue, 20 Aug 2019 15:12:32 +0100 Subject: [PATCH] Enable the npm install on push branch --- scripts/travis/build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/build/build.sh b/scripts/travis/build/build.sh index 8b135d929d..6b82365db9 100755 --- a/scripts/travis/build/build.sh +++ b/scripts/travis/build/build.sh @@ -8,7 +8,7 @@ rm -rf tmp && mkdir tmp; if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then - ./scripts/npm-build-all.sh -si || exit 1; + ./scripts/npm-build-all.sh || exit 1; else ./scripts/update-version.sh -gnu -alpha || exit 1; ./scripts/smart-build.sh -b $TRAVIS_BRANCH -gnu || exit 1;