Przeglądaj źródła

Another attempt on travis bundler caching

Dominik Sander 10 lat temu
rodzic
commit
b8afdd2983
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -1,6 +1,8 @@
 language: ruby
 language: ruby
 bundler_args: --without development production --deployment
 bundler_args: --without development production --deployment
-cache: bundler
+cache:
+  directories:
+  - vendor/bundle
 env:
 env:
   - APP_SECRET_TOKEN=b2724973fd81c2f4ac0f92ac48eb3f0152c4a11824c122bcf783419a4c51d8b9bba81c8ba6a66c7de599677c7f486242cf819775c433908e77c739c5c8ae118d
   - APP_SECRET_TOKEN=b2724973fd81c2f4ac0f92ac48eb3f0152c4a11824c122bcf783419a4c51d8b9bba81c8ba6a66c7de599677c7f486242cf819775c433908e77c739c5c8ae118d
 rvm:
 rvm: