diff --git a/.travis.yml b/.travis.yml index 53397e43..8b4333c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,16 @@ launguage: android android: components: + - platform-tools - build-tools-21.1.1 - android-12 - extra-android-support + - extra + +jdk: oraclejdk7 + +notifications: + email: false before_install: - date @@ -11,7 +18,6 @@ before_install: - chmod +x android-ndk-r10e-linux-x86_64.bin && ./android-ndk-r10e-linux-x86_64.bin > /dev/null - mv android-ndk-r10e android-ndk - export PATH=`pwd`/android-ndk:`pwd`/android-sdk-linux/tools:`pwd`/android-sdk-linux/platform-tools:$PATH - - echo $PATH - git clone https://github.com/SDLash3D/xash3d jni/src/Xash3D/xash3d - git clone https://github.com/SDLash3D/halflife jni/src/HLSDK/halflife - git clone https://github.com/SDLash3D/MobileTouchControls jni/src/MobileTouchControls/MobileTouchControls