Update .travis.yml

This commit is contained in:
dessant 2015-12-08 18:23:43 +02:00
parent a1a639f48c
commit f11a8281fb
1 changed files with 1 additions and 1 deletions

View File

@ -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