aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-08-02 08:18:40 +0200
committerbartus2019-09-16 21:49:33 +0200
commitd9f91011d3aa61f4c4641fb2b668f362e681efa1 (patch)
treef8e47be0ac52162add1ffb7a2392bba3c93c9738
parent24a98b9b7f31ce1fe9656f8b50a623b9d58d14ea (diff)
downloadaur-d9f91011d3aa61f4c4641fb2b668f362e681efa1.tar.gz
Fix meson #4522, add .cache/yay to Travis cache
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b8f487006663..fc3f49993c71 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
sudo: required
+language: c
branches:
only:
@@ -8,6 +9,7 @@ cache:
directories:
- ~/.ccache
- ~/.pkg-cache
+ - ~/.cache/yay
- gimp
services:
@@ -16,6 +18,7 @@ services:
arch:
mount:
- ~/.ccache:~/.ccache
+ - ~/.cache/yay:~/.cache/yay
- ~/.pkg-cache:/var/cache/pacman/pkg
repos:
- bartus=https://github.com/bartoszek/AUR-repo/raw/master