Skip to content

Commit 464e4c4

Browse files
committed
Attempting to fix PHPUnit failures in deploy artifact.
1 parent 9f7475a commit 464e4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ before_deploy:
7272
deploy:
7373
- provider: script
7474
# 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
75+
script: ${BLT_DIR}/scripts/travis/deploy_branch && $COMPOSER_BIN/phpunit $BLT_DIR/tests/phpunit --group=deploy
7676
skip_cleanup: true
7777
on:
7878
branch: $DEPLOY_SOURCE_BRANCH

0 commit comments

Comments
 (0)