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 3ca8f8e commit 1114ed0Copy full SHA for 1114ed0
.travis.yml
@@ -17,12 +17,12 @@ cache:
17
- $HOME/.gradle/caches/
18
- $HOME/.gradle/wrapper/
19
before_script:
20
+ - echo $TRAVIS_BRANCH
21
+ - echo $TRAVIS_TAG
22
- echo no | android create avd --force -n test -t android-24 --abi default/armeabi-v7a
23
- emulator -avd test -no-audio -no-window &
24
- android-wait-for-emulator
25
- adb shell input keyevent 82 &
26
script:
- - echo $TRAVIS_BRANCH
- - echo $TRAVIS_TAG
27
- ./gradlew testAllModules
28
- if [[ ( "$TRAVIS_BRANCH" == "beta" || "$TRAVIS_BRANCH" == "master" ) && ( -n "$TRAVIS_TAG") ]]; then ./gradlew ship; fi
0 commit comments