summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-08-20 14:52:01 +0200
committerbartus2019-08-20 14:52:01 +0200
commit9ec7d6b93216961f23530caa595e9e8698f7f52d (patch)
tree25f29cc428363ddecf0c42adde876d0fabac3c47
parentbb6b3d5d4f75b82815041dfb1968d769cdb7a0dc (diff)
downloadaur-9ec7d6b93216961f23530caa595e9e8698f7f52d.tar.gz
Travis: fix _makepkg_return code save routine
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 81e21104a714..d04514301b9c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,8 +43,7 @@ arch:
[ "$TRAVIS" == "true" ] && TRAVIS=1 || TRAVIS=0
# Build
- ccache -s
- - timeout 30m makepkg -s --noconfirm | ts -s '[%.T]'
- - _makepkg_return=${PIPESTATUS[0]}
+ - timeout 30m makepkg -s --noconfirm | ts -s '[%.T]'; _makepkg_return=${PIPESTATUS[0]}
- sudo pacman -Sc --noconfirm
- ccache -s
- exit $_makepkg_return