Skip to content

Commit 2b29184

Browse files
committed
Fix memory limit on TravisCI
1 parent 6c78110 commit 2b29184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_install:
88
- composer global require "hirak/prestissimo:^0.3"
99
install:
1010
- composer install --no-interaction
11-
- composer create-project drupal-composer/drupal-project:8.x-dev $TRAVIS_BUILD_DIR/../drupal --no-interaction --no-progress
11+
- COMPOSER_MEMORY_LIMIT=-1 composer create-project drupal-composer/drupal-project:8.x-dev $TRAVIS_BUILD_DIR/../drupal --no-interaction --no-progress
1212
script:
1313
# Inspections
1414
- ./vendor/bin/phpcs src

0 commit comments

Comments
 (0)