We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5707e0 commit d6e9a35Copy full SHA for d6e9a35
1 file changed
.travis.yml
@@ -54,12 +54,5 @@ before_install:
54
- ./gradlew dependencies || true # DON'T ADD unless you are getting "Install missing components using SDK manager"
55
#Source: https://medium.com/@oldergod/constraint-layout-and-circleci-travis-d50342696d2
56
57
-before_script:
58
-- android list target
59
-- echo no | android create avd --force -n test -t "android-"$EMULATOR_API --abi $ANDROID_ABI --tag $ANDROID_TAG
60
-- emulator -avd test -no-skin -no-audio -no-window &
61
-- android-wait-for-emulator
62
-- adb shell input keyevent 82 &
63
-
64
script:
65
- "./gradlew clean build connectedCheck -PdisablePreDex --stacktrace"
0 commit comments