aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-09-14 15:36:54 +0200
committerbartus2019-09-14 16:02:10 +0200
commitf6313272fed017e79099fe4a6809ee96c72ecb7c (patch)
treeffc52b08223f429eef10efa8c46e0819595373fd
parent27672fecb18d1aa680d93511c364a6c98ba754c2 (diff)
downloadaur-f6313272fed017e79099fe4a6809ee96c72ecb7c.tar.gz
Travis: Fix yay again :/
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index eb33da5c99df..58119bb4742e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,12 +21,10 @@ arch:
- ~/.cache/yay:~/.cache/yay
- ~/.pkg-cache:/var/cache/pacman/pkg
repos:
- - bartus=https://github.com/bartoszek/AUR-repo/raw/master
+# - bartus=https://github.com/bartoszek/AUR-repo/raw/master
packages:
- ccache
- moreutils
- - babl-git
- - gegl-git
before_install:
# 1.Override `package-cleanup.hook` to preserve cache for travis.
# 2.Enable ccache
@@ -46,6 +44,10 @@ arch:
[ "$TRAVIS" == "true" ] && TRAVIS=1 || TRAVIS=0
# Build
- ccache -s
+ - yay -S --noconfirm babl-git
+ - unset CC CXX
+ - yay -S --noconfirm gegl-git
+ - unset CC CXX
- timeout 40m makepkg -s --noconfirm | ts -s '[%.T]'; _makepkg_return=${PIPESTATUS[0]}
- sudo pacman -Sc --noconfirm
- ccache -s