Skip to content

Commit

Permalink
Do not ask before updating
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Dec 12, 2016
1 parent a9e1191 commit c549bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sudo: false
cache: packages

before_install:
- Rscript -e 'update.packages()'
- Rscript -e 'update.packages(ask = FALSE)'

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

0 comments on commit c549bbf

Please sign in to comment.