Skip to content

Commit d2ca120

Browse files
committed
release
1 parent 7ab6ec9 commit d2ca120

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.travis.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ android:
1919
- addon-google_apis-google-$ANDROID_API_LEVEL
2020
- extra-google-google_play_services
2121
- extra-google-m2repository
22-
- extra-google-google_play_services
23-
- extra-android-m2repository
2422
- extra-android-support
25-
- sys-img-armeabi-v7a-google_apis-21
2623
licenses:
2724
- '.+'
2825

@@ -35,20 +32,5 @@ before_install:
3532
- chmod +x gradlew
3633

3734
script:
38-
- android list targets
39-
40-
- echo no | android create avd --force -n testemulator -t "android-21" --abi armeabi-v7a
41-
- echo 'vm.heapSize=512' >> ~/.android/avd/testemulator.ini
42-
- echo 'hw.ramSize=1024' >> ~/.android/avd/testemulator.ini
43-
- cat ~/.android/avd/testemulator.ini
44-
45-
- emulator -avd testemulator -no-skin -no-audio -no-window &
46-
- android-wait-for-emulator
47-
48-
- adb shell input keyevent 82 &
49-
- adb shell svc power stayon true
50-
- adb shell settings put global window_animation_scale 0
51-
- adb shell settings put global transition_animation_scale 0
52-
- adb shell settings put global animator_duration_scale 0
5335

5436
- ./gradlew build

0 commit comments

Comments
 (0)