aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-08-02 08:18:40 +0200
committerbartus2019-08-02 08:34:13 +0200
commitbd75bc065c36a60025401d7b062a4d36a0b6a160 (patch)
treef8e47be0ac52162add1ffb7a2392bba3c93c9738
parent45f222b8ad5cabe190aee8571879b4058953b8a4 (diff)
downloadaur-bd75bc065c36a60025401d7b062a4d36a0b6a160.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