ソースを参照

Removed vendor from travis cache because it causes git build errors

Alexander Makarov 11 年 前
コミット
f71c712b8d
1 ファイル変更0 行追加1 行削除
  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: