Change the version before building

This commit is contained in:
maurizio vitale
2019-08-20 17:47:22 +01:00
parent e27e99b551
commit 9bd08f4968
5 changed files with 7 additions and 12 deletions

View File

@@ -8,6 +8,7 @@ rm -rf tmp && mkdir tmp;
if [[ $TRAVIS_PULL_REQUEST == "false" ]];
then
./scripts/update-version.sh -nextalpha -gnu -minor -components
./scripts/npm-build-all.sh || exit 1;
else
./scripts/update-version.sh -gnu -alpha || exit 1;