a | b/.travis.yml | ||
---|---|---|---|
1 | # https://docs.travis-ci.com/user/languages/r/ |
||
2 | language: r |
||
3 | |||
4 | warnings_are_errors: false |
||
5 | |||
6 | cache: packages |
||
7 | |||
8 | bioc_required: true |
||
9 | |||
10 | notifications: |
||
11 | email: |
||
12 | on_success: change |
||
13 | on_failure: change |