mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 06:06:12 +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 xclip; fi
|
||||||
- if [ $TRAVIS_OS_NAME = osx ]; then brew install libgit2; 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
|
# postrun
|
||||||
after_success:
|
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
|
- if [ $TRAVIS_OS_NAME = osx ]; then Rscript -e 'covr::codecov()'; fi
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
Loading…
Reference in New Issue
Block a user