Skip to content

Commit a98fcbc

Browse files
committed
Update Travis
1 parent c7a4181 commit a98fcbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android:
1010
- tools # to get the new `repository-11.xml`
1111
- tools # to install latest Android SDK tools
1212
- platform-tools
13-
- build-tools-27.0.3
14-
- android-27
13+
- build-tools-28.0.3
14+
- android-28
1515
- extra-android-m2repository # Design Support library
1616
- android-21
1717
- sys-img-armeabi-v7a-android-21 # system image (emulator)
@@ -24,7 +24,7 @@ env:
2424

2525
before_script:
2626
# Automatically accept all SDK licences
27-
- echo yes | android update sdk --no-ui --all --filter build-tools-27.0.3,android-27,extra-android-m2repository
27+
- echo yes | android update sdk --no-ui --all --filter build-tools-28.0.3,android-28,extra-android-m2repository
2828
# Emulator Management: create, start & wait
2929
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
3030
- emulator -avd test -no-skin -no-audio -no-window &

0 commit comments

Comments
 (0)