Skip to content

Commit 9a4e9b6

Browse files
committed
Incresed memory for composer. Added parallel composer install plugin.
1 parent 3311c05 commit 9a4e9b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ mysql:
1515

1616
before_install:
1717
- OS2WEB_PATH=$(pwd);
18+
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
1819

1920
install:
2021
- mysql -e 'create database drupal;'
22+
- composer global require hirak/prestissimo
2123
- composer global require drush/drush:8.x-dev drupal/coder mglaman/drupal-check friendsoftwig/twigcs
2224
- export PATH="$HOME/.config/composer/vendor/bin:$PATH"
2325
- phpcs --config-set installed_paths ../../drupal/coder/coder_sniffer

0 commit comments

Comments
 (0)