Browse Source

Removed vendor from travis cache because it causes git build errors

Alexander Makarov 11 năm trước cách đây
mục cha
commit
f71c712b8d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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: