Skip to content

Commit 0e0ba97

Browse files
committed
Revert: travis commented code
1 parent fd82c8a commit 0e0ba97

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
@@ -28,7 +28,7 @@ before_script:
2828
- emulator -avd test -no-audio -no-window -no-boot-anim &
2929
- android-wait-for-emulator
3030
script:
31-
#- "./gradlew clean check connectedCheck jacocoTestReport"
31+
- "./gradlew clean check connectedCheck jacocoTestReport"
3232
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
3333
mkdir -p app/src/prodRelease/play/release-notes/en-US;
3434
fi

0 commit comments

Comments
 (0)