We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13aa49c commit 4e0f355Copy full SHA for 4e0f355
1 file changed
.travis.yml
@@ -32,7 +32,7 @@ before_install:
32
- git submodule update --init --recursive
33
- wget http://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux-x86_64.zip
34
- chmod +x android-ndk-$NDK_VERSION-linux-x86_64.zip
35
- - "unzip android-ndk-$NDK_VERSION-linux-x86_64.zip | egrep -v ^Extracting"
+ - "unzip -q android-ndk-$NDK_VERSION-linux-x86_64.zip"
36
- export ANDROID_NDK_HOME=`pwd`/android-ndk-$NDK_VERSION
37
- export PATH=${PATH}:${ANDROID_NDK_HOME}
38
before_script:
0 commit comments