enable coverage for master only
This commit is contained in:
parent
6a31a4cbb7
commit
653f081d65
|
@ -59,7 +59,7 @@ after_success:
|
|||
echo "Uploaded documentation"
|
||||
fi
|
||||
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
|
||||
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
|
||||
tar xzf master.tar.gz &&
|
||||
cd kcov-master &&
|
||||
|
|
Loading…
Reference in New Issue