Commit bb2f1b53 authored by Max Lv's avatar Max Lv

try to fix travis ci

parent c35b7c5e
language: java
before_install:
- sudo apt-get purge ia32-libs
- sudo apt-get install librtmp0
- sudo apt-get install ia32-libs
- sudo apt-get install libc6-dev-i386
- sudo apt-get install lib32ncurses5-dev
- sudo apt-get install libx11-dev
- sudo apt-get install g++-multilib
- sudo apt-get install lib32z1-dev
- wget http://dl.google.com/android/android-sdk_r21-linux.tgz
- tar -zxf android-sdk_r21-linux.tgz
- export ANDROID_HOME=`pwd`/android-sdk-linux
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment