Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add update_helper module #27

Merged
merged 1 commit into from
Dec 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
"ivw": {
"type": "git",
"url": "[email protected]:BurdaMagazinOrg/module-ivw_integration.git"
},
"update_helper": {
"type": "git",
"url": "[email protected]:BurdaMagazinOrg/module-update_helper.git"
}
},
"require": {
Expand All @@ -85,7 +89,8 @@
"drupal/select2": "*",
"drupal/custom_list": "*",
"drupal/riddle_marketplace": "*",
"drupal/ivw_integration": "*"
"drupal/ivw_integration": "*",
"drupal/update_helper": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down Expand Up @@ -136,7 +141,8 @@
"drupal/select2": "dev-8.x-1.x",
"drupal/custom_list": "dev-8.x-1.x",
"drupal/riddle_marketplace": "dev-8.x-2.x",
"drupal/ivw_integration": "dev-8.x-1.x"
"drupal/ivw_integration": "dev-8.x-1.x",
"drupal/update_helper": "dev-8.x-1.x"
},
"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 @@ -7,6 +7,7 @@ composer config repositories.custom_list git https://github.com/thunder/custom_l
composer config repositories.select2 git https://github.com/thunder/select2.git
composer config repositories.riddle git https://github.com/BurdaMagazinOrg/module-riddle_marketplace.git
composer config repositories.ivw git https://github.com/BurdaMagazinOrg/module-ivw_integration.git
composer config repositories.update_helper git https://github.com/BurdaMagazinOrg/module-update_helper.git
composer install

/usr/bin/env PHP_OPTIONS="-d sendmail_path=`which true`" vendor/bin/drush si thunder --root=docroot --db-url=mysql://[email protected]/thunder -y