Skip to content

Commit 4e0f355

Browse files
author
plamen5kov
committed
extract ndk shows no output, because of travis limitations
1 parent 13aa49c commit 4e0f355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before_install:
3232
- git submodule update --init --recursive
3333
- wget http://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux-x86_64.zip
3434
- chmod +x android-ndk-$NDK_VERSION-linux-x86_64.zip
35-
- "unzip android-ndk-$NDK_VERSION-linux-x86_64.zip | egrep -v ^Extracting"
35+
- "unzip -q android-ndk-$NDK_VERSION-linux-x86_64.zip"
3636
- export ANDROID_NDK_HOME=`pwd`/android-ndk-$NDK_VERSION
3737
- export PATH=${PATH}:${ANDROID_NDK_HOME}
3838
before_script:

0 commit comments

Comments
 (0)