You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
170B

  1. # R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
  2. language: R
  3. sudo: false
  4. cache: packages
  5. after_success:
  6. - Rscript -e 'covr::codecov()'