use travis_retry for coveralls, in case it fails randomly

This commit is contained in:
Gabriel Pettier 2018-05-21 17:50:35 +02:00
parent e12d21667a
commit 7f5d9a4b4e
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ script:
make test;
fi;
if [ "${COVERALLS}" == "true" ] && [ "${TRAVIS_BRANCH}" == "master" ]; then
coveralls;
travis_retry coveralls;
fi;
if [ "${RUN}" == "pep8" ]; then
make style;