Skip to content

Commit

Permalink
travis coverage still broken on vdiffr tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Aug 18, 2018
1 parent 9eadfe2 commit 314e0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ before_install:
- sed -i.bak "s/ g++/ ${CXX}${CLANG_EXTRA_ARG}/" ~/.R/Makevars
- sed -i.bak "s/O[0-3]/O$CXX_OLEVEL/" ~/.R/Makevars

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

0 comments on commit 314e0e7

Please sign in to comment.