diff --git a/.travis.yml b/.travis.yml index 051034234b..914acd0068 100755 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,16 @@ before_script: - php5 -m - composer self-update - composer global require "fxp/composer-asset-plugin:1.0.3" - - composer install -n - - composer -v update + # You can either use the composer install method and face the Github limit + #- composer install -n + #- composer -v update + # ...OR use the proxy repository to download the necessary dependencies + - git clone https://github.com/ywarnier/chamilo-vendors.git + - sudo mv chamilo-vendors/vendor . + - sudo mv chamilo-vendors/web . + - sudo mv chamilo-vendors/composer.lock . + - sudo rm -rf chamilo-vendors + # Continue... - phpenv config-add tests/travis-php-config.ini # enable php-fpm - sudo service php-fpm stop