Skip to content

Commit

Permalink
[FEATURE] added lintr to travis and removed from testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
dirmeier committed Mar 17, 2017
1 parent 3537394 commit 4cd037e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 17,5 @@ env:
- R_CHECK_ARGS="--no-build-vignettes --no-manual --as-cran"

after_success:
- Rscript -e 'library(covr); codecov()'
- Rscript -e 'covr::codecov()'
- Rscript -e 'lintr::lint_package()'
24 changes: 0 additions & 24 deletions tests/testthat/test_lint.R

This file was deleted.

0 comments on commit 4cd037e

Please sign in to comment.