File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ matrix:
116116 script :
117117 - npm i -g appium
118118 - cd tests && npm i
119- - travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_JS
119+ - travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_JS
120120 - os : linux
121121 env :
122122 - Android="24"
@@ -127,7 +127,7 @@ matrix:
127127 script :
128128 - npm i -g appium
129129 - cd tests && npm i
130- - travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_VUE
130+ - travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_VUE
131131 - os : linux
132132 env :
133133 - iOS="12.0"
@@ -158,7 +158,7 @@ matrix:
158158 script :
159159 - npm i -g appium
160160 - cd tests && npm i
161- - travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_NG
161+ - travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_NG
162162 - os : linux
163163 env :
164164 - iOS="12.0"
Original file line number Diff line number Diff line change 4343 "appium-version" : " 1.7.1" ,
4444 "noReset" : true
4545 },
46+ "android28" : {
47+ "platformName" : " Android" ,
48+ "platformVersion" : " 9.0" ,
49+ "deviceName" : " Android GoogleAPI Emulator" ,
50+ "appiumVersion" : " 1.9.1" ,
51+ "noReset" : true
52+ },
4653 "sim11iPhone6" : {
4754 "platformName" : " iOS" ,
4855 "platformVersion" : " 11.0" ,
Original file line number Diff line number Diff line change 1010 "karma-nativescript-launcher" : " ^0.4.0" ,
1111 "mocha" : " ^3.3.0" ,
1212 "mocha-junit-reporter" : " ^1.18.0" ,
13- "mocha-multi" : " ^1.0.1 " ,
13+ "mocha-multi" : " 1.1.0 " ,
1414 "mochawesome" : " ^3.1.1" ,
1515 "nativescript-dev-appium" : " ~5.2.0" ,
1616 "typescript" : " ~3.5.3"
You can’t perform that action at this time.
0 commit comments