We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7475a commit 464e4c4Copy full SHA for 464e4c4
.travis.yml
@@ -72,7 +72,7 @@ before_deploy:
72
deploy:
73
- provider: script
74
# Deploys build artifact for generated `blt-project` to acquia-pso/blted8 on GitHub and also to bolt8 sub on ACF.
75
- script: ${BLT_DIR}/scripts/travis/deploy_branch && phpunit $BLT_DIR/tests/phpunit --group=deploy
+ script: ${BLT_DIR}/scripts/travis/deploy_branch && $COMPOSER_BIN/phpunit $BLT_DIR/tests/phpunit --group=deploy
76
skip_cleanup: true
77
on:
78
branch: $DEPLOY_SOURCE_BRANCH
0 commit comments