travis build: Silence git
Last one I promise 😁
This commit is contained in:
parent
2375a55e1e
commit
e6d15e9d28
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
|
|||
fi
|
||||
|
||||
echo "=== Installing nox"
|
||||
git clone https://github.com/madjar/nox >/dev/null
|
||||
git clone -q https://github.com/madjar/nox
|
||||
pip --quiet install -e nox
|
||||
|
||||
echo "=== Reviewing PR"
|
||||
|
|
Loading…
Reference in a new issue