From 3bd81e6d0124871c8f867237cee32ac1f31f9747 Mon Sep 17 00:00:00 2001 From: John McLear Date: Fri, 10 Jul 2020 16:13:06 +0100 Subject: [PATCH] Libreoffice travis (#4159) * remove cruft.. ugh * housekeeping: close stale issues * testing installing LO first --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c86be1933..43695b3b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ services: cache: false +before_install: + - sudo apt-get -y install libreoffice + install: - "bin/installDeps.sh" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)"