mirror of
https://github.com/msberends/AMR.git
synced 2024-12-25 18:46:11 +01:00
rlang dep for macOS
This commit is contained in:
parent
8ab93b6688
commit
eee122825c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user