We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8cd56 commit 2010c81Copy full SHA for 2010c81
.travis.yml
@@ -36,7 +36,6 @@ matrix:
36
- ./gradlew -PbuildNativeProjects=true jme3-android-native:assemble jme3-bullet-native-android:assemble
37
after_success:
38
- '[ "$TRAVIS_PULL_REQUEST" == "false" ] && ./private/upload_native.sh || :'
39
- - '[ -n "$TRAVIS_TAG" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && ./gradlew bintrayUpload || :'
40
41
addons:
42
ssh_known_hosts: github.com
@@ -89,6 +88,7 @@ deploy:
89
88
file: "${RELEASE_DIST}"
90
skip_cleanup: true
91
on:
+ condition: $UPLOAD = true
92
repo: jMonkeyEngine/jmonkeyengine
93
tags: true
94
0 commit comments