Skip to content

Commit a286037

Browse files
Fix issue deploying to maven local for release
1 parent 8224720 commit a286037

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ android:
1111
licenses:
1212
- android-sdk-license-.+
1313
script:
14-
- "./gradlew assemble testCoverage publishToMavenLocal"
15-
- "./gradlew -b sample/build.gradle build"
14+
- "./gradlew assemble testCoverage"
1615
after_success:
1716
- tools/release/deploy_snapshot.sh
1817
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)