suppresses ndk extract log

This commit is contained in:
Mariotaku Lee 2015-11-26 10:44:11 +08:00
parent 34f3758158
commit 4548f523fc
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,6 @@ addons:
packages:
- python2.7
- libmagic1
- p7zip-full
cache:
directories:

View File

@ -23,7 +23,7 @@ wget "http://dl.google.com/android/ndk/${ndk_installer_name}"
chmod +x ${ndk_installer_name}
./${ndk_installer_name} -y
./${ndk_installer_name} -y 1>/dev/null
rm ${ndk_installer_name}