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

Commit 99490ca

Browse files
Update jacoco task name
1 parent a87ae6c commit 99490ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android:
2121
- tools
2222

2323
before_script: echo y | ${ANDROID_HOME}tools/bin/sdkmanager --channel=3 "tools" "platform-tools" "platforms;android-27"
24-
script: ./gradlew build jacocoTestReport :easypermissions:test
24+
script: ./gradlew build jacocoTestReportRelease :easypermissions:test
2525

2626
after_failure:
2727
- cat app/build/reports/tests/testDebugUnitTest/index.html

0 commit comments

Comments
 (0)