From c74b348a8ecb46dacfb527ec523f95bf4883b8e9 Mon Sep 17 00:00:00 2001 From: Charles Determan Date: Fri, 30 Dec 2016 09:15:33 -0600 Subject: [PATCH] update travis to point to jimhester updated covr --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 51500b5..e9d022e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ r_packages: r_github_packages: - cdeterman/RViennaCL - - Enchufa2/covr + - jimhester/covr before_install: - if [ -n "$GH_TOKEN" ]; then git config --global github.accesstoken ${GH_TOKEN}; fi;