Skip to content

Commit

Permalink
Exclude jacoco from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-rafeezadeh committed Jun 15, 2021
1 parent 6c1b0e1 commit e6fe369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android:
# - tar xvf secrets.tar
script:
- yes | sdkmanager "platforms;android-30"
- "./gradlew build jacocoTestReport assembleAndroidTest"
# - "./gradlew build jacocoTestReport assembleAndroidTest"
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
Expand Down

0 comments on commit e6fe369

Please sign in to comment.