Skip to content

Commit 2e2fe51

Browse files
author
plamen5kov
committed
deleting ndk after extract
1 parent 12b4d8c commit 2e2fe51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ before_install:
2929
- wget http://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux-x86_64.zip
3030
- chmod +x android-ndk-$NDK_VERSION-linux-x86_64.zip
3131
- "unzip -q android-ndk-$NDK_VERSION-linux-x86_64.zip"
32+
- "rm -rf android-ndk-$NDK_VERSION-linux-x86_64.zip"
3233
- export ANDROID_NDK_HOME=`pwd`/android-ndk-$NDK_VERSION
3334
- export PATH=${PATH}:${ANDROID_NDK_HOME}
3435
before_script:

0 commit comments

Comments
 (0)