Skip to content

Commit d6e9a35

Browse files
author
Jorge Costa
committed
Remove before_script
1 parent f5707e0 commit d6e9a35

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,5 @@ before_install:
5454
- ./gradlew dependencies || true # DON'T ADD unless you are getting "Install missing components using SDK manager"
5555
#Source: https://medium.com/@oldergod/constraint-layout-and-circleci-travis-d50342696d2
5656

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-
6457
script:
6558
- "./gradlew clean build connectedCheck -PdisablePreDex --stacktrace"

0 commit comments

Comments
 (0)