Enable the npm install on push branch

This commit is contained in:
maurizio vitale 2019-08-20 15:12:32 +01:00
parent 0650502b8a
commit 711a461f8b

View File

@ -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;