Skip to content

Commit

Permalink
remove cache from tavis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkowa committed Nov 7, 2017
1 parent 85ff675 commit b32e528
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 @@ -3,12 +3,12 @@ r:
- oldrel
- release
- devel
cache: packages
#cache: packages

after_success:
- Rscript -e 'install.packages("covr");library(covr);coveralls()'

notifications:
email:
on_success: change
on_failure: change
on_failure: change

0 comments on commit b32e528

Please sign in to comment.