From 41bc897a00fc405f3815ad927c06fa886fa83e06 Mon Sep 17 00:00:00 2001 From: Jesse Krijthe Date: Thu, 1 Nov 2018 15:35:25 +0100 Subject: [PATCH] Update travis configuration --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89907af..e3049d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,10 @@ language: r sudo: false cache: packages -r_github_packages: - - jimhester/covr +r: +- oldrel +- release +- devel after_success: - Rscript -e 'covr::codecov()' @@ -11,4 +13,4 @@ after_success: notifications: email: on_success: change - on_failure: change + on_failure: change \ No newline at end of file