Skip to content

Commit

Permalink
Run travis after_success only with R release
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Jun 18, 2019
1 parent 95a1c99 commit 50584bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -12,6 +12,8 @@ matrix:
- r: devel
- r: release
env: VDIFFR_RUN_TESTS=true
after_success:
- Rscript -e 'covr::codecov()'
before_deploy:
- Rscript -e 'remotes::install_cran("pkgdown")'
deploy:
Expand All @@ -33,6 +35,3 @@ env:
- _R_CHECK_FORCE_SUGGESTS_=false
# Switch off vdiffr by default
- VDIFFR_RUN_TESTS=false

after_success:
- Rscript -e 'covr::codecov()'

0 comments on commit 50584bc

Please sign in to comment.