Skip to content

Commit a7d60b0

Browse files
committed
Incresed memory for composer. Added parallel composer install plugin.
1 parent c021064 commit a7d60b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ sudo: false
55
php:
66
- 7.2
77

8+
before_install:
9+
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
10+
811
install:
12+
- composer global require hirak/prestissimo
913
- composer global require drush/drush:8.x-dev drupal/coder mglaman/drupal-check friendsoftwig/twigcs
1014
- export PATH="$HOME/.config/composer/vendor/bin:$PATH"
1115
- phpcs --config-set installed_paths ../../drupal/coder/coder_sniffer

0 commit comments

Comments
 (0)