File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ before_script:
7
7
- git config user.email "noreply@travis-ci.org"
8
8
- git checkout $TRAVIS_BRANCH
9
9
script :
10
- - " ./gradlew release -Prelease.useAutomaticVersion=true"
10
+ - ' ./gradlew clean build check'
11
+ - ' [ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./gradlew release -Prelease.useAutomaticVersion=true'
11
12
env :
12
13
global :
13
14
- TERM=dumb
Original file line number Diff line number Diff line change 1
1
Optimizely Java SDK
2
2
===================
3
- [ ![ Build Status] ( https://travis-ci.com /optimizely/optimizely-ab- java-sdk.svg?token=qN2PbasvLidLamENwDAs& branch=master )] ( https://travis-ci.com /optimizely/java-sdk )
3
+ [ ![ Build Status] ( https://travis-ci.org /optimizely/java-sdk.svg?branch=master )] ( https://travis-ci.org /optimizely/java-sdk )
4
4
[ ![ Apache 2.0] ( https://img.shields.io/github/license/nebula-plugins/gradle-extra-configurations-plugin.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
5
5
6
6
This repository houses the Java SDK for Optimizely's server-side testing product, which is currently in private beta.
You can’t perform that action at this time.
0 commit comments