Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit 3de1a79

Browse files
fix the testing setup
1 parent c298b26 commit 3de1a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android:
2828
- extra-android-m2repository
2929
- sys-img-armeabi-v7a-$ANDROID_TARGET
3030
script:
31-
- ./gradlew build jacocoTestReport assembleAndroidTest
31+
- ./gradlew build
3232
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
3333
- emulator -avd test -no-skin -no-audio -no-window &
3434
- android-wait-for-emulator

0 commit comments

Comments
 (0)