mirror of https://github.com/kivy/kivy.git
use travis_retry for coveralls, in case it fails randomly
This commit is contained in:
parent
e12d21667a
commit
7f5d9a4b4e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue