Skip to content

Commit

Permalink
Incresed memory for composer. Added parallel composer install plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyun committed Feb 14, 2020
1 parent c021064 commit a7d60b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ sudo: false
php:
- 7.2

before_install:
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

install:
- composer global require hirak/prestissimo
- composer global require drush/drush:8.x-dev drupal/coder mglaman/drupal-check friendsoftwig/twigcs
- export PATH="$HOME/.config/composer/vendor/bin:$PATH"
- phpcs --config-set installed_paths ../../drupal/coder/coder_sniffer
Expand Down

0 comments on commit a7d60b0

Please sign in to comment.