diff --git a/.travis.yml b/.travis.yml index 67d56a5cc..7e2cf65ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,7 +72,7 @@ before_deploy: deploy: - provider: script # Deploys build artifact for generated `blt-project` to acquia-pso/blted8 on GitHub and also to bolt8 sub on ACF. - 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 skip_cleanup: true on: branch: $DEPLOY_SOURCE_BRANCH