travis build: Silence git

Last one I promise 😁
This commit is contained in:
wmertens 2014-10-14 15:00:56 +02:00
parent 2375a55e1e
commit e6d15e9d28

View file

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