Explorar el Código

Removed vendor from travis cache because it causes git build errors

Alexander Makarov hace 11 años
padre
commit
f71c712b8d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -22,7 +22,6 @@ sudo: false
 # cache vendor dirs
 # cache vendor dirs
 cache:
 cache:
   directories:
   directories:
-    - vendor
     - $HOME/.composer/cache
     - $HOME/.composer/cache
 
 
 install:
 install: