File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ before_install:
3333install :
3434 - ./gradlew clean assemble assembleAndroidTest --stacktrace
3535
36- before_script :
36+ # before_script:
3737# - android-wait-for-emulator
3838# - adb shell input keyevent 82
3939
@@ -44,21 +44,21 @@ after_success:
4444 - ./scripts/deploy_snapshot.sh
4545
4646deploy :
47- skip_cleanup : true
4847 # Deploy Gradle plugin on tagged commits
4948 # starting with the marker "plugin-<version>"
5049 - provider : script
5150 script : ./scripts/deploy_plugin_release.sh
51+ skip_cleanup : true
5252 on :
5353 tags : true
54- condition : " ${TRAVIS_TAG/plugin-}" != "$TRAVIS_TAG"
54+ condition : " \" ${TRAVIS_TAG/plugin-}\ " != \ " $TRAVIS_TAG\" "
5555 # Deploy Instrumentation library on tagged commits
5656 # starting with the marker "instrumentation-<version>"
5757 - provider : script
5858 script : ./scripts/deploy_instrumentation_release.sh
59+ skip_cleanup : true
5960 on :
60- tags : true
61- condition : " ${TRAVIS_TAG/instrumentation-}" != "$TRAVIS_TAG"
61+ condition : " \" ${TRAVIS_TAG/instrumentation-}\" != \" $TRAVIS_TAG\" "
6262
6363notifications :
6464 email : false
You can’t perform that action at this time.
0 commit comments