From ab94b76d00b7bf7c940388ee022a68a7d7ca0363 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Fri, 15 Dec 2017 08:13:42 -0600 Subject: [PATCH] Rename -nightly to -master tarball --- .travis/deploy_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/deploy_script.sh b/.travis/deploy_script.sh index ae534668..9a926ba2 100755 --- a/.travis/deploy_script.sh +++ b/.travis/deploy_script.sh @@ -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"