Skip to content

Commit

Permalink
add devtools::test()
Browse files Browse the repository at this point in the history
  • Loading branch information
dashaub committed Sep 30, 2016
1 parent 60f62c5 commit 32ae4f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -16,6 +16,7 @@ before_install:
install:
- Rscript -e 'install.packages(c("devtools", "roxygen2", "testthat", "knitr", "rmarkdown")); devtools::install_deps(dependencies = TRUE)'
script:
- Rscript -e 'devtools::test()'
- Rscript -e 'devtools::check(manual = TRUE)'

r_github_packages:
Expand Down

0 comments on commit 32ae4f3

Please sign in to comment.