From 080d8dcf38b6421e6e1a1cc19cab914a38c7b54f Mon Sep 17 00:00:00 2001 From: muschellij2 Date: Fri, 12 Jul 2019 15:49:08 -0400 Subject: [PATCH] libreoffice not libreoffice core --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ccc4866..faf31a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ os: before_install: - if [[ "${TRAVIS_OS_NAME}" = "osx" ]]; then brew cask install libreoffice ; fi - - if [[ "${TRAVIS_OS_NAME}" = "linux" ]]; then sudo apt-get update -y && sudo apt-get install libreoffice-core; fi + - if [[ "${TRAVIS_OS_NAME}" = "linux" ]]; then sudo apt-get update -y && sudo apt-get install libreoffice; fi after_success: - Rscript -e 'covr::codecov()'