Skip to content

Commit

Permalink
added install testthat to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
evanbiederstedt committed Jan 11, 2018
1 parent 0f95116 commit e887ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ before_install:
- ./travis-tool.sh bootstrap
install:
- ./travis-tool.sh install_deps
- ./travis-tool.sh install_github r-lib/testthat

script: ./travis-tool.sh run_tests

after_failure:
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Depends:
stringr,
parallel
Suggests:
XML
XML,
testthat
License: GPL v3.0
LazyData: true
RoxygenNote: 6.0.1.9000

0 comments on commit e887ef1

Please sign in to comment.