set play publisher to be enabled because branchname is unreliable on travis

This commit is contained in:
Sean Mac Gillicuddy 2019-06-14 16:44:33 +01:00
parent d4363ae951
commit d2726c80b9

View File

@ -445,7 +445,7 @@ android {
} }
play { play {
enabled = branchName == "master" || branchName == "release" enabled = true
serviceAccountCredentials = file("../google.json") serviceAccountCredentials = file("../google.json")
track = "alpha" track = "alpha"
resolutionStrategy = "fail" resolutionStrategy = "fail"
@ -465,4 +465,4 @@ testdroid {
fullRunConfig { fullRunConfig {
instrumentationRunner = "android.support.test.runner.AndroidJUnitRunner" instrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
} }
} }