Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-27 18:27:26 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-27 18:27:26 +0400
commitc4a8663b573d683ebd5c8decd7c419c87c6ddb83 (patch)
treeddba17d27569de4604ad17ec4702092fd405e43e /.travis.yml
parenta5eb6915d0daef99867e4eadb3be41014f135e41 (diff)
Tell travis what directory cache explicitly
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4ae3c05c85f..dc30c490995 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
language: ruby
-cache: bundler
+cache:
+ directories:
+ - vendor/bundle
env:
global:
- TRAVIS=true