[28aa3b]: / .travis.yml

Download this file

14 lines (9 with data), 196 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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