Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Do not deploy site from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed May 22, 2019
1 parent abe9ffc commit ae7fc3f
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .travis.yml
Expand Up @@ -5,30 +5,19 @@ sudo: false
cache: packages

before_script:
- Rscript -e 'remotes::install_cran(c("devtools", "covr", "pkgdown", "spelling", "miniCRAN", "igraph", "ggnetwork", "intergraph"))'
- Rscript -e 'remotes::install_github("ropensci/rotemplate")'
- Rscript -e 'remotes::install_cran(c("devtools", "covr", "spelling"))'

r:
- oldrel
- devel
- release
os:
- linux
matrix:
include:
- r: release
os: osx
- r: release
os: linux
env: DEPLOY=true

after_success:
- Rscript -e 'library(covr); codecov()'
- Rscript -e 'spelling::spell_check_package(vignettes = TRUE)'

deploy:
- provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
skip_cleanup: true
on:
branch: master
condition: "$DEPLOY = true"

0 comments on commit ae7fc3f

Please sign in to comment.