Skip to content
Open
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
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ before_install:
- mysql -e 'create database myproject'

install:
# Install Composer dependencies.
# Validate and install Composer dependencies.
- composer --verbose validate
- composer --verbose install

# Define build properties for the local test environment.
Expand Down
3 changes: 2 additions & 1 deletion build.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
<option name="account-mail" value="${drupal.admin.email}" />
<param>${website.profile.name}</param>
<!-- Disable sending of e-mails during installation. -->
<param>install_configure_form.update_status_module='array(FALSE,FALSE)'</param>
<param>install_configure_form.enable_update_status_module=NULL</param>
<param>install_configure_form.enable_update_status_emails=NULL</param>
</drush>
</target>

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@
"cweagans/composer-patches": "^1.6",
"drupal-composer/drupal-scaffold": "^2.2",
"drupal/console": "^1.0.1",
"drupal/core": "~8.0",
"drupal/core": "~8.3",
"drush/drush": "~8.0",
"php": ">=5.5.9",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3"
},
Expand Down