Skip to content

Commit f7f5409

Browse files
committed
Travis CI script touch-ups
1 parent b0d96c5 commit f7f5409

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_install:
3333
install:
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

4646
deploy:
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

6363
notifications:
6464
email: false

0 commit comments

Comments
 (0)