File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
5
5
echo -e " Building PR #$TRAVIS_PULL_REQUEST [$TRAVIS_PULL_REQUEST_SLUG /$TRAVIS_PULL_REQUEST_BRANCH => $TRAVIS_REPO_SLUG /$TRAVIS_BRANCH ]"
6
6
./gradlew build
7
7
8
- elif [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_TAG " == " " ] && [ " $bintrayUser " != " " ] && [ " $TRAVIS_BRANCH " == " master " ] ; then
8
+ elif [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_TAG " == " " ] && [ " $bintrayUser " != " " ] && [ " $TRAVIS_BRANCH " == " 1.0.x " ] ; then
9
9
10
10
echo -e " Building Develop Snapshot $TRAVIS_REPO_SLUG /$TRAVIS_BRANCH /$TRAVIS_BUILD_NUMBER "
11
11
./gradlew \
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
#
14
- version =1.1.0
14
+ version =1.0.1
15
15
perfBaselineVersion =1.0.0
You can’t perform that action at this time.
0 commit comments