Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ before_install:

r_packages:
- drat # used in .ci/deploy.sh to publish tar.gz to github.io/Rdatatable/data.table
- devtools # explicitly named temp fix for #2801
# - covr # used for code coverage reports in github pull requests

r_github_packages: r-lib/covr # remove and reinstate covr line above when 3.3.1 is released on CRAN; see covr issue #391
- covr

before_script:
- echo "Revision:" $TRAVIS_COMMIT >> ./DESCRIPTION
Expand Down