From cb7910625c6687c792ee1f92fe8d4affd45e7a5a Mon Sep 17 00:00:00 2001 From: Daniel Bosen Date: Tue, 10 Sep 2019 09:08:32 +0200 Subject: [PATCH] Add testsite_builder (#42) --- composer.json | 10 ++++++++-- scripts/travis/02-install-thunder.sh | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index dd4cfcc..a8f7542 100644 --- a/composer.json +++ b/composer.json @@ -73,6 +73,10 @@ "thunder_performance_measurement": { "type": "git", "url": "git@github.com:thunder/thunder_performance_measurement.git" + }, + "testsite_builder": { + "type": "git", + "url": "git@github.com:thunder/testsite_builder.git" } }, "require": { @@ -100,7 +104,8 @@ "drupal/ivw_integration": "*", "drupal/update_helper": "*", "thunder/sampler": "*", - "thunder/thunder_performance_measurement": "*" + "thunder/thunder_performance_measurement": "*", + "thunder/testsite_builder": "*" }, "minimum-stability": "dev", "prefer-stable": true, @@ -154,7 +159,8 @@ "drupal/ivw_integration": "dev-8.x-1.x", "drupal/update_helper": "dev-8.x-1.x", "thunder/sampler": "dev-master", - "thunder/thunder_performance_measurement": "dev-master" + "thunder/thunder_performance_measurement": "dev-master", + "thunder/testsite_builder": "dev-master" }, "enable-patching": true }, diff --git a/scripts/travis/02-install-thunder.sh b/scripts/travis/02-install-thunder.sh index c1cb4df..286e9e7 100644 --- a/scripts/travis/02-install-thunder.sh +++ b/scripts/travis/02-install-thunder.sh @@ -10,6 +10,7 @@ composer config repositories.ivw git https://github.com/BurdaMagazinOrg/module-i composer config repositories.update_helper git https://github.com/BurdaMagazinOrg/module-update_helper.git composer config repositories.sampler git https://github.com/thunder/sampler.git composer config repositories.thunder_performance_measurement git https://github.com/thunder/thunder_performance_measurement.git +composer config repositories.testsite_builder git https://github.com/thunder/testsite_builder.git composer install cd docroot