We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b599d73 commit b9d625cCopy full SHA for b9d625c
.travis.yml
@@ -53,8 +53,7 @@ before_script:
53
- env | sort
54
- wget -qO- 'https://github.com/tianon/pgp-happy-eyeballs/raw/master/hack-my-builds.sh' | bash
55
- cd "$VERSION/$VARIANT"
56
- - SUBVARIANT="${VARIANT#*/}"
57
- - image="php:${VERSION}-${SUBVARIANT}-${VARIANT%/*}"
+ - slash='/'; image="php:${VERSION}-${VARIANT//$slash/-}"
58
59
script:
60
- |
0 commit comments