[V4] ADD NEW TEMPLATE REF: #201

This commit is contained in:
Mitchell Krog 2019-06-27 15:19:59 +02:00
parent ac254cd606
commit b2ac101dd7
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
55 changed files with 63331 additions and 323 deletions

View file

@ -47,6 +47,16 @@ YEAR=$(date +"%Y")
MONTH=$(date +"%m")
cd ${TRAVIS_BUILD_DIR}
# *******************
# RELEASE NEW VERSION
# *******************
latestbuild=V4.${YEAR}.${MONTH}.${TRAVIS_BUILD_NUMBER}
printf "\n"
echo "${bold}${green}All Nginx Tests Completed"
echo "${bold}${green}All Bot and Referrer Testing Completed"
echo "${bold}${green}All Function Testing Completed"
echo "${bold}${magenta}Releasing ${latestbuild}"
# *******************************
# Remove Remote Added by TravisCI
# *******************************