travis: Silence git checkout for Botan

This commit is contained in:
Tobias Brunner
2018-09-12 17:18:15 +02:00
parent c46a94e0cc
commit bbe72f97f9
+1 -1
View File
@@ -20,7 +20,7 @@ build_botan()
git clone https://github.com/randombit/botan.git $BOTAN_DIR &&
cd $BOTAN_DIR &&
git checkout $BOTAN_REV &&
git checkout -qf $BOTAN_REV &&
python ./configure.py --amalgamation $BOTAN_CONFIG &&
make -j4 libs >/dev/null &&
sudo make install >/dev/null &&