[dfe06d]: / .travis.yml

Download this file

17 lines (10 with data), 213 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# Sample .travis.yml for R projects
env:
- NOT_CRAN=true
language: r
warnings_are_errors: false
sudo: required
r_github_packages:
- jimhester/covr
after_success:
- Rscript -e 'library(covr);codecov()'