https://github.com/shabbychef/PDQutils
Raw File
Tip revision: 44a990db5f6372765a32c060f93b7d24125c950b authored by Steven Pav on 15 June 2015, 22:36:36 UTC
bugfix release
Tip revision: 44a990d
.travis.yml

sudo: required

language: r

r_packages :
  - orthopolynom
  - moments

r_github_packages :
  - jimhester/covr

after_success:
  - Rscript -e 'library(covr);codecov()'

back to top