File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2323before_script :
2424- R --no-save <<< 'library("devtools"); document()'
2525after_success :
26- - ' if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_BRANCH" == "master" && "${TRAVIS_R_VERSION_STRING}"
27- == "release" && $TRAVIS_EVENT_TYPE != "cron" ]]; then
26+ - ' if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_R_VERSION_STRING" == "release" && "$TRAVIS_EVENT_TYPE" != "cron" ]] ; then
2827 R --no-save <<< "devtools::install(); pkgdown::build_site()";
2928 git checkout master;
3029 export TRAVIS_COMMIT_MSG="$(git log --format=%B --no-merges -n 1)";
@@ -40,7 +39,6 @@ after_success:
4039 git commit man DESCRIPTION NAMESPACE README.md docs -m "update auto-generated documentation [ci skip]" -m "$TRAVIS_COMMIT_MSG" || true;
4140 git push;
4241 fi;'
43- - ' if [[ ${TRAVIS_R_VERSION_STRING}"
44- == "devel" && $TRAVIS_EVENT_TYPE != "cron" ]] ; then
42+ - ' if [[ "$TRAVIS_R_VERSION_STRING" == "devel" && "$TRAVIS_EVENT_TYPE" != "cron" ]] ; then
4543 Rscript -e "covr::coveralls()";
4644 fi;'
You can’t perform that action at this time.
0 commit comments