Sfoglia il codice sorgente

Removed vendor from travis cache because it causes git build errors

Alexander Makarov 11 anni fa
parent
commit
f71c712b8d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

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