Skip to content

Commit

Permalink
Using trusty dist as it seems the only one supported for Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
xawotihs authored Sep 4, 2019
1 parent 711f52e commit 7a2f23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: cpp
dist: trusty
branches:
except:
- latest-master
Expand Down Expand Up @@ -43,7 +44,6 @@ install:
tar -x --xz -f sdk.lzma;
fi
- if [ "$BUILD_ANDROID" == "YES" ]; then
jdk_switcher use openjdk7 &&
tar --absolute-names -jxf android-ndk-r9-linux-x86_64.tar.bz2 &&
tar -zxf android-sdk_r24.3.4-linux.tgz &&
$ANDROID list sdk --extended -a &&
Expand Down

0 comments on commit 7a2f23d

Please sign in to comment.