diff --git a/.travis.yml b/.travis.yml index 4742ce453..751070408 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,10 @@ allow_failures: notifications: email: false +env: + global: + - DISABLE_AMEND_COVERAGE_FROM_SRC=yes + # uncomment the following lines to override the default test script script: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi