mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 15:59:56 +03:00
Removed condition from travis that is now implicit
This commit is contained in:
parent
f476cfc30f
commit
e9c64b46b7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue