rlang dep for macOS

This commit is contained in:
dr. M.S. (Matthijs) Berends 2018-08-23 01:18:58 +02:00
parent 8ab93b6688
commit eee122825c
1 changed files with 5 additions and 1 deletions

View File

@ -38,9 +38,13 @@ before_install:
- if [ $TRAVIS_OS_NAME = osx ]; then brew install xclip; fi
- if [ $TRAVIS_OS_NAME = osx ]; then brew install libgit2; fi
install:
- if [ $TRAVIS_OS_NAME = osx ]; then Rscript -e "install.packages('devtools')"; fi
- if [ $TRAVIS_OS_NAME = osx ]; then Rscript -e "devtools::install_github('r-lib/rlang')"; fi
# postrun
after_success:
# only run on osx, so clipboard functions can be checked
# only run codecov on osx, so clipboard functions can be checked
- if [ $TRAVIS_OS_NAME = osx ]; then Rscript -e 'covr::codecov()'; fi
notifications:
email: