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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-05-14 23:14:48 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-05-14 23:14:48 +0300
commit9114b0b2194b5203006c5530f0fb555d79593672 (patch)
treebc02fd7f3588c75ed5e0fb20bd0b8a8b2e160561
parent4631d510e1810349690cc2b2f7b1c602d08514e6 (diff)
Adding global ccache and flat_builder dir
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e59d7f480..794604ddb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,8 +36,11 @@ sudo: required
language: generic
cache:
- - directories:
+ ccache: true
+ directories:
- .cache
+ # This should be not needed. Remove if .cache is correcthly used.
+ - .flatpak-builder/
group: edge