File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
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" ,
You can’t perform that action at this time.
0 commit comments