diff --git a/.travis.yml b/.travis.yml index 231441fb0..58f4b44d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,19 +48,20 @@ 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/ diff --git a/app/src/main/res/values-in b/app/src/main/res/values-in deleted file mode 120000 index f7118b95e..000000000 --- a/app/src/main/res/values-in +++ /dev/null @@ -1 +0,0 @@ -values-id \ No newline at end of file diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-in/strings.xml similarity index 100% rename from app/src/main/res/values-he/strings.xml rename to app/src/main/res/values-in/strings.xml diff --git a/app/src/main/res/values-iw b/app/src/main/res/values-iw deleted file mode 120000 index 57bf91954..000000000 --- a/app/src/main/res/values-iw +++ /dev/null @@ -1 +0,0 @@ -values-he \ No newline at end of file diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-iw/strings.xml similarity index 100% rename from app/src/main/res/values-id/strings.xml rename to app/src/main/res/values-iw/strings.xml diff --git a/app/src/main/res/values-ji b/app/src/main/res/values-ji deleted file mode 120000 index 2acf80afb..000000000 --- a/app/src/main/res/values-ji +++ /dev/null @@ -1 +0,0 @@ -values-yi \ No newline at end of file diff --git a/app/src/main/res/values-yi/strings.xml b/app/src/main/res/values-ji/strings.xml similarity index 100% rename from app/src/main/res/values-yi/strings.xml rename to app/src/main/res/values-ji/strings.xml