Skip to content

Commit

Permalink
Attempting to fix PHPUnit failures in deploy artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Mar 10, 2017
1 parent 9f7475a commit 464e4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 464e4c4

Please sign in to comment.