Skip to content

Commit

Permalink
just linux - no longer using OSX - still have function in there if yo…
Browse files Browse the repository at this point in the history
…u want
  • Loading branch information
muschellij2 committed Jul 12, 2019
1 parent b9cb08e commit 0a69532
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
language: R
sudo: required
cache: packages

os:
- linux
- osx

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; fi


after_success:
- Rscript -e 'covr::codecov()'

0 comments on commit 0a69532

Please sign in to comment.