From 2dde542356282e371d9f87f3953285f127f661b8 Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Fri, 6 Oct 2017 11:03:22 +0200 Subject: [PATCH] Disable automated tests until ported to current Android testing environment --- .travis.yml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) 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: