Skip to content

Commit 55252e5

Browse files
committed
Disable wget output
1 parent ee88197 commit 55252e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android:
1717
before_install:
1818
- sudo apt -qq update > /dev/null
1919
- sudo apt -qq install --no-install-recommends build-essential ccache git zlib1g-dev python2.7 python2.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386 openjdk-8-jdk unzip ant ccache autoconf libtool > /dev/null
20-
- wget https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip
20+
- wget -q https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip
2121
- unzip -qq android-ndk-r16b-linux-x86_64.zip -d $HOME
2222
- export ANDROID_NDK_HOME=$HOME/android-ndk-r16b
2323
- echo "ANDROID_NDK_HOME" $ANDROID_NDK_HOME

0 commit comments

Comments
 (0)