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;
|
||||||
make test;
|
make test;
|
||||||
fi;
|
fi;
|
||||||
- if [ "${COVERALLS}" == "true" ]; then
|
- if [ "${COVERALLS}" == "true" ] && [ "${TRAVIS_BRANCH}" == "master" ]; then
|
||||||
coveralls;
|
coveralls;
|
||||||
fi;
|
fi;
|
||||||
- if [ "${RUN}" == "pep8" ]; then
|
- if [ "${RUN}" == "pep8" ]; then
|
||||||
|
|
Loading…
Reference in New Issue