We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a47e5b commit 2131e85Copy full SHA for 2131e85
.travis.yml
@@ -108,7 +108,7 @@ before_install:
108
- drupal-ti before_install
109
110
install:
111
- - drupal-ti install
+ - drupal-ti install --include drupal_ti/composer-manager.sh
112
113
before_script:
114
- drupal-ti before_script
drupal_ti/composer-manager.sh
@@ -0,0 +1,12 @@
1
+#!/bin/bash
2
+
3
+set -e $DRUPAL_TI_DEBUG
4
5
+# Ensure the right Drupal version is installed.
6
+# Note: This function is re-entrant.
7
+drupal_ti_ensure_drupal
8
9
+cd "$DRUPAL_TI_DRUPAL_DIR"
10
11
+drush dl composer_manager --yes
12
+drush pm-enable composer_manager --yes
0 commit comments