Skip to content

Commit

Permalink
Updated test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Petit-Frere committed Aug 1, 2018
1 parent 6106392 commit 303df7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -5,10 +5,6 @@ env:
- ANDROID_API_LEVEL=27
- ANDROID_BUILD_TOOLS_VERSION=27.0.3

branches:
only:
- master

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis/deploy_to_bintray.sh
Expand Up @@ -6,7 +6,7 @@ set -o pipefail
echo "starting deploy to bintray"
echo "PR " + ${TRAVIS_PULL_REQUEST} + " BRANCH" + ${TRAVIS_BRANCH}

if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ]; then
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
./gradlew build bintrayUpload
echo "deploying to bintray"
fi
Expand Down

0 comments on commit 303df7a

Please sign in to comment.