We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee88197 commit 55252e5Copy full SHA for 55252e5
.travis.yml
@@ -17,7 +17,7 @@ android:
17
before_install:
18
- sudo apt -qq update > /dev/null
19
- 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
+ - wget -q https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip
21
- unzip -qq android-ndk-r16b-linux-x86_64.zip -d $HOME
22
- export ANDROID_NDK_HOME=$HOME/android-ndk-r16b
23
- echo "ANDROID_NDK_HOME" $ANDROID_NDK_HOME
0 commit comments