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 51c5bce commit ce2832bCopy full SHA for ce2832b
.circleci/config.yml
@@ -19,7 +19,6 @@ commands:
19
- restore_cache:
20
keys:
21
- *composer-cache
22
- - run: composer global require "hirak/prestissimo:^0.3"
23
install-dependencies:
24
steps:
25
- run: composer install -n --prefer-dist
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- "7.3"
5
- "7.4"
6
7
+before_install: []
8
install:
9
- composer install --no-interaction
10
- COMPOSER_MEMORY_LIMIT=-1 composer create-project drupal-composer/drupal-project:8.x-dev $TRAVIS_BUILD_DIR/../drupal --no-interaction --no-progress
0 commit comments