travis: Silence git checkout for Botan
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ build_botan()
|
|||||||
|
|
||||||
git clone https://github.com/randombit/botan.git $BOTAN_DIR &&
|
git clone https://github.com/randombit/botan.git $BOTAN_DIR &&
|
||||||
cd $BOTAN_DIR &&
|
cd $BOTAN_DIR &&
|
||||||
git checkout $BOTAN_REV &&
|
git checkout -qf $BOTAN_REV &&
|
||||||
python ./configure.py --amalgamation $BOTAN_CONFIG &&
|
python ./configure.py --amalgamation $BOTAN_CONFIG &&
|
||||||
make -j4 libs >/dev/null &&
|
make -j4 libs >/dev/null &&
|
||||||
sudo make install >/dev/null &&
|
sudo make install >/dev/null &&
|
||||||
|
|||||||
Reference in New Issue
Block a user