Skip to content

Commit 6051e77

Browse files
Update .travis.yml
Update --runtype=android23
1 parent e288ec6 commit 6051e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ install:
3333
- npm install
3434
- tns platform add android
3535
before_script:
36-
- echo no | android create avd --force -n test -t android-19 -b armeabi-v7a
36+
- echo no | android create avd --force -n test -t android-23 -b armeabi-v7a
3737
- emulator -memory 1024 -avd test -no-audio -no-window &
3838
script:
3939
-
4040
-
4141
- tns build android
4242
- android-wait-for-emulator
43-
- npm run appium --runtype=23
43+
- npm run appium --runtype=android23
4444
before_deploy:
4545
- cd ../nativescript-angular
4646
- npm install -g nativescript --ignore-scripts

0 commit comments

Comments
 (0)