Merge pull request #1086 from reicast/skmp/fix-travis

Travis CI fix: install ant
This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2018-03-22 16:16:39 +01:00 committed by GitHub
commit 9adadd5d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ before_install:
- GIT_HASH=`git log --pretty=format:'%h' -n 1`
- GIT_BUILD=`git describe --all`-$GIT_HASH
install:
- sudo apt-get -qq update
- sudo apt-get install ant
- wget http://dl.google.com/android/ndk/android-ndk-r10d-linux-x86_64.bin
- chmod +x android-ndk-r10d-linux-x86_64.bin
- ./android-ndk-r10d-linux-x86_64.bin -y | grep -v Extracting