Skip to content

Commit 2131e85

Browse files
committed
Fix CI
1 parent 4a47e5b commit 2131e85

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ before_install:
108108
- drupal-ti before_install
109109

110110
install:
111-
- drupal-ti install
111+
- drupal-ti install --include drupal_ti/composer-manager.sh
112112

113113
before_script:
114114
- drupal-ti before_script

drupal_ti/composer-manager.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)