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 8507c9d commit 182cc12Copy full SHA for 182cc12
.travis.yml
@@ -19,6 +19,7 @@ android:
19
20
before_install:
21
- pip install --user codecov
22
+ - yes | sdkmanager "platforms;android-27"
23
24
script:
25
- ./gradlew clean testDebugUnitTest jacocoTestReport
0 commit comments