Skip to content

Commit

Permalink
tweak travis cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyhanson committed Feb 4, 2019
1 parent 9101892 commit 4a945a5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -23,8 +23,9 @@ matrix:
- os: osx
r: devel

before_script:
- Rscript -e "if (!requireNamespace('devtools', quietly = TRUE)) install.packages('devtools'); devtools::install_bioc('ggtree')"
env:
global:
- _R_CHECK_FORCE_SUGGESTS_=FALSE

before_install:
- echo "TRAVIS_OS_NAME = $TRAVIS_OS_NAME"
Expand All @@ -43,6 +44,9 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then pkg-config --libs SYMPHONY; fi;
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then sudo tlmgr update --self; fi;

before_script:
- Rscript -e "if (!requireNamespace('devtools', quietly = TRUE)) install.packages('devtools'); devtools::install_bioc('ggtree')"

install:
- R -e "install.packages('remotes'); suppressWarnings(remotes::install_deps(dependencies = TRUE))"
- R -e "install.packages(c('covr', 'rmarkdown', 'testthat'))"
Expand Down

0 comments on commit 4a945a5

Please sign in to comment.