From cbe4759bc493a355ce040a00af8e007b442d1845 Mon Sep 17 00:00:00 2001 From: Zach Mayer Date: Wed, 1 Jul 2015 09:32:43 -0400 Subject: [PATCH] Different coveralls call --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d2a8ab8c..cb6a49b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ notifications: on_failure: change after_success: - - Rscript -e 'covr::coveralls()' + - Rscript -e 'library(covr);coveralls()'