diff --git a/.travis.yml b/.travis.yml index d4a06167..de78e8c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,19 +13,22 @@ branches: only: - master before_install: -- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI +# After Travis updated image with Android base environment, building via ant is not possible anymore. +# Library tests are old-style tests, and trust on legacy Android ant environment. +# Need to disable tests until they are ported to JUnit 4 and gradle build. +#- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M -- emulator -avd test -no-window & +#- emulator -avd test -no-window & - rm pom.xml -- android update project -p . -- chmod +x ./wait_for_emulator.sh -- ./wait_for_emulator.sh +#- android update project -p . +#- chmod +x ./wait_for_emulator.sh +#- ./wait_for_emulator.sh script: -- ant clean -- ant debug -- cd test_client/tests -- ant acceptance-test -- cd ../.. +#- ant clean +#- ant debug +#- cd test_client/tests +#- ant acceptance-test +#- cd ../.. - ./gradlew clean build env: global: