From 6c614153278be4de83632742b357e9a77ef45abb Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Thu, 18 Oct 2018 17:19:32 -0500 Subject: [PATCH] quote maybe? hey, yaml, yaml... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d8e16fb94b..8067d2ff59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,6 @@ script: # deploy to xran after integration tests after_success: - - "[ $TARGET = travis ] && Rscript -e covr::codecov() || true" + - "[ $TARGET = travis ] && Rscript -e 'covr::codecov()' || true" - export R_PKG="$(basename $TRAVIS_REPO_SLUG)" - "[ $TARGET = integration ] && (curl https://xran.yihui.name/r-xran | bash)"