Skip to content

Commit

Permalink
Add ivw module (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosen authored Nov 22, 2018
1 parent 707d849 commit c582913
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 @@ -57,6 +57,10 @@
"riddle": {
"type": "git",
"url": "[email protected]:BurdaMagazinOrg/module-riddle_marketplace.git"
},
"ivw": {
"type": "git",
"url": "[email protected]:BurdaMagazinOrg/module-ivw_integration.git"
}
},
"require": {
Expand All @@ -80,7 +84,8 @@
"drupal/paragraphs_features": "*",
"drupal/select2": "*",
"drupal/custom_list": "*",
"drupal/riddle_marketplace": "*"
"drupal/riddle_marketplace": "*",
"drupal/ivw_integration": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down Expand Up @@ -130,7 +135,8 @@
"drupal/paragraphs_features": "dev-8.x-1.x",
"drupal/select2": "dev-8.x-1.x",
"drupal/custom_list": "dev-8.x-1.x",
"drupal/riddle_marketplace": "dev-8.x-2.x"
"drupal/riddle_marketplace": "dev-8.x-2.x",
"drupal/ivw_integration": "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 @@ -6,6 +6,7 @@ composer config repositories.paragraphs_features git https://github.com/thunder/
composer config repositories.custom_list git https://github.com/thunder/custom_list.git
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 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

0 comments on commit c582913

Please sign in to comment.