You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -234,7 +234,9 @@ if (gradle.startParameter.taskNames == ["travisCiBuild"]) {
234
234
maxParallelForks =2
235
235
}
236
236
}
237
-
if (System.getenv("TRAVIS_PULL_REQUEST") =="false"&&System.getenv("TRAVIS_BRANCH") =="master") {
237
+
if (System.getenv("TRAVIS_PULL_REQUEST") =="false"&&System.getenv("TRAVIS_BRANCH") =="master"&& baseVersion.startsWith('2.')) { /* TODO remove baseVersion check when switching to 2.x
238
+
1.3 is EOL so don't publish new snapshot/docs when updating Readme.md until 2.x is merged to master
0 commit comments