summarylogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d04514301b9c..40eb35a61c9f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +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]') 2>&1; _makepkg_return=$?
- sudo pacman -Sc --noconfirm
- ccache -s
- exit $_makepkg_return