Skip to content

Commit

Permalink
Merge 514def5 into 2cdb15b
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed Oct 3, 2019
2 parents 2cdb15b + 514def5 commit 707ebcf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -12,8 +12,6 @@ matrix:
- r: release
after_success:
- travis_wait 20 R -e 'covr::coveralls()'
before_cache:
- Rscript -e 'remotes::install_cran("pkgdown")'
before_deploy: Rscript -e 'remotes::install_cran("pkgdown")'
deploy:
provider: script
Expand Down Expand Up @@ -42,7 +40,8 @@ r_github_packages:

script:
- |
R CMD build .
R CMD build .
export PKG_TARBALL=EGRET*tar.gz
travis_wait 20 R CMD check EGRET*tar.gz --as-cran
Expand Down

0 comments on commit 707ebcf

Please sign in to comment.