Skip to content

Commit

Permalink
libreoffice not libreoffice core
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Jul 12, 2019
1 parent c8665e6 commit 080d8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()'

0 comments on commit 080d8dc

Please sign in to comment.