Skip to content

Commit 0242291

Browse files
committed
Rerunning travis config
1 parent 8265a52 commit 0242291

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
components:
2323
- build-tools-28.0.3
2424
- android-28
25-
- sys-img-armeabi-v7a-android-22
25+
- sys-img-armeabi-v7a-android-28
2626
before_script:
2727
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
2828
- ./flutter/bin/flutter doctor
2929
- chmod +x tool/travis_*_script.sh
30-
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
30+
- echo no | android create avd --force -n test -t android-28 --abi armeabi-v7a
3131
- emulator -avd test -no-skin -no-audio -no-window &
3232
- android-wait-for-emulator
3333
- adb shell input keyevent 82 &
@@ -64,12 +64,12 @@ jobs:
6464
components:
6565
- build-tools-28.0.3
6666
- android-28
67-
- sys-img-armeabi-v7a-android-22
67+
- sys-img-armeabi-v7a-android-28
6868
before_script:
6969
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
7070
- ./flutter/bin/flutter doctor
7171
- chmod +x tool/travis_*_script.sh
72-
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
72+
- echo no | android create avd --force -n test -t android-28 --abi armeabi-v7a
7373
- emulator -avd test -no-skin -no-audio -no-window &
7474
- android-wait-for-emulator
7575
- adb shell input keyevent 82 &

0 commit comments

Comments
 (0)