Skip to content

Commit d97fa52

Browse files
committed
another echo
1 parent a85c614 commit d97fa52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ before_install:
3333
- export ANDROID_NDK_HOME=`pwd`/android-ndk-$NDK_VERSION
3434
- export PATH=${PATH}:${ANDROID_NDK_HOME}
3535
script:
36+
- echo "Creating runtime package with version: $PACKAGE_VERSION and git commit TRAVIS_COMMIT"
3637
- "./gradlew createPackage -i -PpackageVersion=$PACKAGE_VERSION --stacktrace"
3738
- echo no | android create avd --force -n Arm21 -t android-21 -b armeabi-v7a -c 12M
3839
- emulator -avd Arm21 -no-skin -no-audio -no-window &

0 commit comments

Comments
 (0)