aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-08-20 14:51:44 +0200
committerbartus2019-08-20 14:51:44 +0200
commit8b1d913558c526e87e5560185a3657c5e8772b96 (patch)
treed090e2c504e7eb92b49c81e6feef5ce7cf20d998
parentbc95f90492b165cff9773c0b72808348969d3793 (diff)
downloadaur-8b1d913558c526e87e5560185a3657c5e8772b96.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 08c39be7838f..647d2ca55a1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,8 +56,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