Rename -nightly to -master tarball

This commit is contained in:
Nabeel Shahzad
2017-12-15 08:13:42 -06:00
parent 9ee1106659
commit ab94b76d00

View File

@@ -5,7 +5,7 @@ if [ "$TRAVIS" = "true" ]; then
if test "$TRAVIS_TAG"; then
PKG_NAME=$TRAVIS_TAG
else
PKG_NAME=nightly
PKG_NAME=master
fi
TAR_NAME="phpvms-7.0.0-$PKG_NAME.tar.gz"