Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduler-1345666
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
scheduler-1345666
Commits
5ffb7ac1
Commit
5ffb7ac1
authored
4 years ago
by
Jonathan Smith
Committed by
Jonathan Smith
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3179392
by jonathan1055: Revert to Composer 1 in Travis build for core 8.8.x
parent
f2eb5b79
Branches
8.x-1.x
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+7
-2
7 additions, 2 deletions
.travis.yml
with
7 additions
and
2 deletions
.travis.yml
+
7
−
2
View file @
5ffb7ac1
...
...
@@ -93,8 +93,13 @@ before_script:
travis_retry git clone --branch 8.x-1.x --depth 1 https://git.drupalcode.org/project/typed_data.git modules/typed_data
fi
# Run composer self-update and install.
-
travis_retry composer self-update && travis_retry composer install
# At job start-up Composer is installed at 1.8.4 then self-update is run. From
# 24 October 2020 this bumped the version to Composer 2. Drupal Core 8.8 has
# plugins that only run with composer-plugin-api ^1.0 so revert to Composer 1.
-
if [ "$DRUPAL_CORE" == "8.8.x" ]; then
travis_retry composer self-update --1;
fi
-
travis_retry composer install
# Install drush. COMPOSER_MEMORY_LIMIT=-1 fixes the 'Allowed memory exhausted'
# problem when running at core 8.8.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment