Travis: checks: unset set -x (#2084)

This commit is contained in:
Daniel Hahler 2017-10-24 00:29:22 +02:00 committed by GitHub
parent e9b5e28d15
commit fbb5766359
1 changed files with 2 additions and 1 deletions

View File

@ -181,8 +181,8 @@ script:
fi
# Run checks.
- |
set -ex
if [ "$TRAVIS_TEST_RESULT" = 0 ]; then
set -ex
if [ -n "$DO_COVERAGE" ]; then
travis_fold_start "DO_COVERAGE"
@ -205,6 +205,7 @@ script:
travis_run_in_fold "make.check-integration" make check-integration
travis_run_in_fold "make.check-themes" make check-themes
fi
set +x
fi
# Run check-qa.
- |