Skip to content

Commit

Permalink
Add testsite_builder to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
chrfritsch committed Sep 5, 2019
1 parent cb78d7e commit 93e7749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
},
"require-dev": {
"burdamagazinorg/thunder-dev-tools": "dev-master",
"thunder/testsite_builder": "dev-master",
"thunder/thunder_performance_measurement": "dev-master",
"thunder/thunder_testing_demo": "3.x-dev",
"drupal/config_profile": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis/07-upload-artifacts-to-s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gzip < "${DEPLOYMENT_DUMP_FILE}" > "${DB_ARTIFACT_FILE}"

# Include performance measurement module in artifact
cd "${TEST_DIR}"
composer require "thunder/thunder_performance_measurement:dev-master" --no-interaction --update-no-dev
composer require "thunder/thunder_performance_measurement:dev-master" "thunder/testsite_builder:dev-master" --no-interaction --update-no-dev

# Cleanup project
cd "${TEST_DIR}"
Expand Down

0 comments on commit 93e7749

Please sign in to comment.