Skip to content

Commit 0d203a4

Browse files
committed
Temporarily remove instrumented test(s).
The project's instrumented tests consist of a single test which sets a SharedPreference, then verified that the SharedPreference was set. I humbly submit that this is not worth the trouble of having the CI server download the system image, spin up an emulator, load the APK, and run it just for this purpose. Once the instrumented tests are ready for prime time, we can reinstate instrumented tests in CI.
1 parent dfc207a commit 0d203a4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,10 @@ android:
2020
- extra-android-m2repository
2121
- android-22
2222
- android-28
23-
- sys-img-${ANDROID_ABI}-${ANDROID_TARGET}
2423
licenses:
2524
- android-sdk-license-.+
26-
before_script:
27-
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
28-
- emulator -avd test -no-audio -no-window -no-boot-anim &
29-
- android-wait-for-emulator
3025
script:
31-
- "./gradlew -Pcoverage clean check connectedCheck jacocoTestReport"
26+
- "./gradlew -Pcoverage clean check jacocoTestReport"
3227
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
3328
mkdir -p app/src/prodRelease/play/release-notes/en-US;
3429
fi

0 commit comments

Comments
 (0)