Skip to content

Commit d4886c2

Browse files
authored
Update .travis.yml
1 parent 2131e85 commit d4886c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535

3636
# Define runners and environment vars to include before and after the
3737
# main runners / environment vars.
38-
- DRUPAL_TI_SCRIPT_DIR_BEFORE="./drupal_ti/before"
38+
#- DRUPAL_TI_SCRIPT_DIR_BEFORE="./drupal_ti/before"
3939
#- DRUPAL_TI_SCRIPT_DIR_AFTER="./drupal_ti/after"
4040

4141
# The environment to use, supported are: drupal-7, drupal-8
@@ -108,10 +108,10 @@ before_install:
108108
- drupal-ti before_install
109109

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

113113
before_script:
114-
- drupal-ti before_script
114+
- drupal-ti --include drupal_ti/composer-manager.sh before_script
115115

116116
script:
117117
- drupal-ti script
@@ -120,4 +120,4 @@ after_script:
120120
- drupal-ti after_script
121121

122122
notifications:
123-
email: false
123+
email: false

0 commit comments

Comments
 (0)