We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece9c93 commit deb75eeCopy full SHA for deb75ee
.travis.yml
@@ -29,5 +29,5 @@ script:
29
30
after_success:
31
- bash scripts/prep-key.sh
32
- - 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then bash upload-apk.sh; fi'
+ - 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then bash scripts/upload-apk.sh; fi'
33
upload-apk.sh renamed to scripts/upload-apk.sh
0 commit comments