mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Updated travis to only build docker image in one of the envs
This commit is contained in:
parent
872241f497
commit
209e3e9e14
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ before_script:
|
|||
|
||||
script:
|
||||
- composer ci
|
||||
- if [[ ! -z "$DOCKERFILE_CHANGED" ]]; then docker build -t shlink-docker-image:temp . ; fi
|
||||
- if [[ ! -z "$DOCKERFILE_CHANGED" && "${TRAVIS_PHP_VERSION}" == "7.2" ]]; then docker build -t shlink-docker-image:temp . ; fi
|
||||
|
||||
after_success:
|
||||
- rm -f build/clover.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue