--- a +++ b/.travis.yml @@ -0,0 +1,13 @@ +# https://docs.travis-ci.com/user/languages/r/ +language: r + +warnings_are_errors: false + +cache: packages + +bioc_required: true + +notifications: + email: + on_success: change + on_failure: change