From a65b0cc646bd1bdccd884947ecb8f7e4f9f55516 Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Wed, 3 Jul 2019 11:31:40 +0100 Subject: [PATCH] #98 revert changes to travis.yml --- .travis.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 58f4b44d3..231441fb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,20 +48,19 @@ licenses: - ".+" before_script: -# - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 100M -# - emulator -avd test -no-audio -no-window & + - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 100M + - emulator -avd test -no-audio -no-window & script: - - ./gradlew lintKiwixDebug -# jacocoTestKiwixDebugUnitTestReport -# - android-wait-for-emulator -# - adb shell input keyevent 82 & -# - adb -e logcat *:D > logcat.log & -# - ./gradlew createKiwixDebugCoverageReport + - ./gradlew lintKiwixDebug jacocoTestKiwixDebugUnitTestReport + - android-wait-for-emulator + - adb shell input keyevent 82 & + - adb -e logcat *:D > logcat.log & + - ./gradlew createKiwixDebugCoverageReport after_success: -# - bash <(curl -s https://codecov.io/bash) -# - ./gradlew kiwixtestUploadKiwix assembleKiwixRelease + - bash <(curl -s https://codecov.io/bash) + - ./gradlew kiwixtestUploadKiwix assembleKiwixRelease after_failure: - export LOG_DIR = ${TRAVIS_HOME}/build/kiwix/kiwix-android/app/build/outputs/reports/androidTests/connected/flavors/KIWIX/