Skip to content

Commit 3a0ee65

Browse files
committed
update travis
1 parent ec6bff2 commit 3a0ee65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ env:
1717
before_install:
1818
# Making sure gradlew has executable permissions
1919
- chmod +x gradlew
20+
- wget http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin
21+
- chmod +x android-ndk-r10c-linux-x86_64.bin
22+
- ./android-ndk-r10c-linux-x86_64.bin | egrep -v ^Extracting
23+
- export ANDROID_NDK_HOME=`pwd`/android-ndk-r10c
24+
- export PATH=${PATH}:${ANDROID_NDK_HOME}
2025

2126
android:
2227
components:

0 commit comments

Comments
 (0)