Skip to content

Commit

Permalink
Add testsite_builder (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosen authored Sep 10, 2019
1 parent 450a121 commit cb79106
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
"thunder_performance_measurement": {
"type": "git",
"url": "[email protected]:thunder/thunder_performance_measurement.git"
},
"testsite_builder": {
"type": "git",
"url": "[email protected]:thunder/testsite_builder.git"
}
},
"require": {
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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
},
Expand Down
1 change: 1 addition & 0 deletions scripts/travis/02-install-thunder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb79106

Please sign in to comment.