|
|
|
@ -32,7 +32,8 @@ before_install: |
|
|
|
|
|
|
|
|
|
before_script: |
|
|
|
|
- which composer |
|
|
|
|
- php -d memory_limit=2G /usr/bin/composer update |
|
|
|
|
#- php -d memory_limit=2G /usr/bin/composer update |
|
|
|
|
- php -d memory_limit=2G /home/travis/.phpenv/shims/composer update |
|
|
|
|
# Previously, fxp/composer-asset-plugin was required but was causing a lot of trouble updating. Now it's disabled. |
|
|
|
|
#- composer global require "fxp/composer-asset-plugin:1.0.3" |
|
|
|
|
# You can either use the composer install method and face the Github limit |
|
|
|
|