mirror of https://github.com/kivy/kivy.git
Update .travis.yml
This commit is contained in:
parent
a1a639f48c
commit
f11a8281fb
|
@ -45,7 +45,7 @@ script:
|
|||
make;
|
||||
make test;
|
||||
fi;
|
||||
- if [ "${COVERALLS}" == "true" ]; then
|
||||
- if [ "${COVERALLS}" == "true" ] && [ "${TRAVIS_BRANCH}" == "master" ]; then
|
||||
coveralls;
|
||||
fi;
|
||||
- if [ "${RUN}" == "pep8" ]; then
|
||||
|
|
Loading…
Reference in New Issue