Skip to content

Commit e485040

Browse files
committed
run coveralls on devel
1 parent badeb9e commit e485040

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ after_success:
3939
git rm -r --cached $(find . -type d -name "*_cache");
4040
git commit man DESCRIPTION NAMESPACE README.md docs -m "update auto-generated documentation [ci skip]" -m "$TRAVIS_COMMIT_MSG" || true;
4141
git push;
42+
fi;'
43+
- 'if [[ ${TRAVIS_R_VERSION_STRING}"
44+
== "devel" && $TRAVIS_EVENT_TYPE != "cron" ]] ; then
4245
Rscript -e "covr::coveralls()";
4346
fi;'

0 commit comments

Comments
 (0)