From c7b524b1976595ace56b17f2a8ef2d12e7045dfe Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Sat, 13 Apr 2019 09:55:59 +0200 Subject: [PATCH] Fix Whitespaces --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5f5e72b..820c148 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,11 +23,11 @@ script: - ./linuxdeployqt-continuous-x86_64.AppImage build/appdir/usr/share/applications/*.desktop -appimage after_success: - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh -- bash upload.sh Luppp*.AppImage* +- bash upload.sh Luppp*.AppImage* branches: except: #- Do not build tags that we create when we upload to GitHub Releases - /^(?i:continuous)/ -cache: +cache: directories: - $HOME/.cache/pip