mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-26 08:51:13 -06:00
Updated travis to only build docker image in one of the envs
This commit is contained in:
parent
872241f497
commit
209e3e9e14
@ -35,7 +35,7 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- composer ci
|
- 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:
|
after_success:
|
||||||
- rm -f build/clover.xml
|
- rm -f build/clover.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user