Skip to content

Commit

Permalink
Remove travis deploy step
Browse files Browse the repository at this point in the history
Website is now build by ropensci
  • Loading branch information
aaronwolen committed Jan 23, 2020
1 parent 41249d4 commit 2575ba1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,3 @@ jobs:
- r: release
after_success: Rscript -e 'covr::codecov()'
after_failure: cat osfr.log
before_deploy: Rscript -e 'remotes::install_cran("pkgdown")'
deploy:
on:
branch: master
provider: script
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE, tarball = dir(pattern = "tar.gz$"))'
skip_cleanup: true

0 comments on commit 2575ba1

Please sign in to comment.