Removed condition from travis that is now implicit

This commit is contained in:
Alejandro Celaya 2020-06-10 17:54:41 +02:00
parent f476cfc30f
commit e9c64b46b7

View File

@ -29,7 +29,7 @@ jobs:
# Deploy release only on smallest supported PHP version
before_deploy:
- rm -f ocular.phar
- if [[ ! -z ${TRAVIS_TAG} && "${TRAVIS_PHP_VERSION}" == "7.4" ]]; then ./build.sh ${TRAVIS_TAG#?} ; fi
- ./build.sh ${TRAVIS_TAG#?}
deploy:
- provider: releases
api_key: