We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fff216 commit b42f418Copy full SHA for b42f418
.travis.yml
@@ -40,6 +40,7 @@ script:
40
- emulator -avd Arm21 -no-skin -no-audio -no-window &
41
- android-wait-for-emulator
42
- "cd test-app && ./gradlew assembleDebug runtests -PembedBindingGenerator=true --stacktrace"
43
+ - adb -e logcat -d 300
44
- cd ..
45
before_deploy:
46
- FULL_PACKAGE_VERSION=`sed -n 's/\s*"version":\s*"\([a-zA-Z0-9\.]*\)"\s*,*/\1/p' dist/package.json`
0 commit comments