diff --git a/.travis.yml b/.travis.yml index 152c84b82d..0b7f4d8750 100755 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,10 @@ services: sudo: required dist: trusty +cache: + directories: + - $HOME/.composer/cache/files + php: #- 5.4 // Removed because of Chash dependencies on PHP 5.5 - 5.5 @@ -56,7 +60,6 @@ before_install: - php -v - sudo cat /etc/hosts - - composer update - phpenv config-add tests/travis/php-config.ini # Install Chash, a database, and then install Chamilo