diff --git a/tools/scripts/ci_build.sh b/tools/scripts/ci_build.sh index 478880c2a5..86dc03bc14 100755 --- a/tools/scripts/ci_build.sh +++ b/tools/scripts/ci_build.sh @@ -1,6 +1,6 @@ #!/bin/sh if [ $TRAVIS_PULL_REQUEST != "false" ]; then - ./make.py clean + ./make.py clean > /dev/null fi ./make.py if [ -n "$(git status --porcelain)" -a $TRAVIS_PULL_REQUEST != "false" ]; then