We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd82c8a commit 0e0ba97Copy full SHA for 0e0ba97
.travis.yml
@@ -28,7 +28,7 @@ before_script:
28
- emulator -avd test -no-audio -no-window -no-boot-anim &
29
- android-wait-for-emulator
30
script:
31
-#- "./gradlew clean check connectedCheck jacocoTestReport"
+- "./gradlew clean check connectedCheck jacocoTestReport"
32
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
33
mkdir -p app/src/prodRelease/play/release-notes/en-US;
34
fi
0 commit comments