Skip to content

Commit 1c7cbce

Browse files
Update .travis.yml
1 parent 6051e77 commit 1c7cbce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jdk:
99
android:
1010
components:
1111
- platform-tools
12-
- build-tools-23.0.1
12+
- build-tools-23.0.2
1313
- android-23
1414
- extra-android-m2repository
1515
- sys-img-armeabi-v7a-android-23
@@ -33,7 +33,7 @@ install:
3333
- npm install
3434
- tns platform add android
3535
before_script:
36-
- echo no | android create avd --force -n test -t android-23 -b armeabi-v7a
36+
- echo no | android create avd --force -n test -t android-23 -abi armeabi-v7a
3737
- emulator -memory 1024 -avd test -no-audio -no-window &
3838
script:
3939
-

0 commit comments

Comments
 (0)