silence the make.py clean command on Travis (#1194)

This commit is contained in:
Leo Balter 2017-08-23 13:45:33 -04:00 committed by GitHub
parent 8422147c17
commit ccaf340d85
1 changed files with 1 additions and 1 deletions

View File

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