Skip to content

Commit

Permalink
use travis only for R CMD check
Browse files Browse the repository at this point in the history
skip deployment since travis can't reach
the API endpoint. Therefore, rendering
the gh-pages site is impossible
  • Loading branch information
GregorDeCillia committed Sep 17, 2020
1 parent e5a7152 commit 2c7c6da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ cache: packages

r_github_packages:
- r-lib/pkgdown

deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
skip_cleanup: true

0 comments on commit 2c7c6da

Please sign in to comment.