From 253997f228954394bddd7d4340bc19049af325bf Mon Sep 17 00:00:00 2001 From: a1batross Date: Tue, 11 Aug 2015 19:53:03 +0600 Subject: [PATCH] Silent NDK unpacking --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a076299a..a9beb27d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ android: before_install: - date - wget http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin - - chmod +x android-ndk-r10e-linux-x86_64.bin && ./android-ndk-r10e-linux-x86_64.bin + - chmod +x android-ndk-r10e-linux-x86_64.bin && ./android-ndk-r10e-linux-x86_64.bin > /dev/null - mv android-ndk-r10e android-ndk - export PATH=`pwd`/android-ndk:`pwd`/android-sdk-linux/tools:`pwd`/android-sdk-linux/platform-tools:$PATH - echo $PATH