diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-07 23:00:38 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-07 23:00:38 +0200 |
commit | 06466aa5427a37003c1e513181ecc74e2a9c7069 (patch) | |
tree | 9bd1db43c7812ac3188bcc2874e58905f175adc5 /.travis.yml | |
parent | 92bd33824bde6b6b21bfc7e30953092a74d3cce5 (diff) |
Don't use binary version of covr
in an attempt to circumvent outdated apt repositories for r-api-35
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index c8db9f42..a376a45f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,6 @@ addons: apt: packages: - gcc -r_binary_packages: - - covr script: - | R CMD build . |