Skip to content

Commit 807c359

Browse files
authored
Update .travis.yml
1 parent 429f3f2 commit 807c359

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ after_script:
3838

3939
after_success:
4040
- |
41-
if [[ "$DEPLOYMASTER" == "1" ]]; then
41+
echo "TRAVIS_PHP_VERSION:$TRAVIS_PHP_VERSION"
42+
if [[ "$DEPLOYMASTER" == "1" && "$TRAVIS_PHP_VERSION" == "7.4" ]]; then
4243
deploy2wp/scripts/deploy2wp.sh
4344
fi

0 commit comments

Comments
 (0)