Browse Source

Improve travis speed, remove composer update

jmontoyaa 8 years ago
parent
commit
fc968dca12
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .travis.yml

+ 4 - 1
.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