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

Commit

Permalink
no longer need to install leaflet from github for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 7, 2015
1 parent 23470b0 commit 83e2693
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,6 @@ sudo: required
r_github_packages:
- jimhester/robustr
- jimhester/covr
- rstudio/leaflet

after_success:
- Rscript -e 'library(covr); coveralls()'
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -12,7 +12,6 @@ install:

build_script:
- travis-tool.sh install_deps
- travis-tool.sh github_package rstudio/leaflet

test_script:
- travis-tool.sh run_tests
Expand Down

0 comments on commit 83e2693

Please sign in to comment.