Skip to content

Commit

Permalink
ci checks on
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Oct 3, 2016
1 parent b283c2a commit 48a9b44
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: r
cache: packages

r:
- oldrel
- release
- devel

r_github_packages:
- jimhester/lintr
- jimhester/covr

after_success:
- Rscript tools/lint-and-covr.R

notifications:
email: true
7 changes: 7 additions & 0 deletions tools/lint-and-covr.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
lintr::lint_package()
covr::coveralls(line_exclusions = c("R/RcppExports.R",
"src/RcppExports.cpp",
list.files("src/DEploid",
recursive = TRUE,
full.names = TRUE)))

0 comments on commit 48a9b44

Please sign in to comment.