Skip to content

Commit

Permalink
Reduce log spam when downloading the Android NDK
Browse files Browse the repository at this point in the history
  • Loading branch information
zachriggle committed Sep 26, 2017
1 parent 19f7268 commit 9ed8ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ setup_android_emulator()
# Install the NDK, which is required for adb.compile()
NDK_VERSION=android-ndk-r12b
if [ ! -f android-ndk/ndk-build ]; then
wget https://dl.google.com/android/repository/$NDK_VERSION-linux-x86_64.zip
wget -nv https://dl.google.com/android/repository/$NDK_VERSION-linux-x86_64.zip
unzip -q android-ndk-*.zip
rm -f android-ndk-*.zip

Expand Down

0 comments on commit 9ed8ab6

Please sign in to comment.