Skip to content

Commit 3ca8f8e

Browse files
author
Josh Deffibaugh
committed
Adds echo to Travis config
1 parent d5e2590 commit 3ca8f8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ before_script:
2222
- android-wait-for-emulator
2323
- adb shell input keyevent 82 &
2424
script:
25+
- echo $TRAVIS_BRANCH
26+
- echo $TRAVIS_TAG
2527
- ./gradlew testAllModules
2628
- if [[ ( "$TRAVIS_BRANCH" == "beta" || "$TRAVIS_BRANCH" == "master" ) && ( -n "$TRAVIS_TAG") ]]; then ./gradlew ship; fi

0 commit comments

Comments
 (0)