File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ matrix:
124124 script :
125125 - npm i -g appium
126126 - cd tests && npm i
127- - travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_NG
127+ - travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_NG
128128 - os : linux
129129 env :
130130 - Android="24"
@@ -135,7 +135,7 @@ matrix:
135135 script :
136136 - npm i -g appium
137137 - cd tests && npm i
138- - travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_JS
138+ - travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_JS
139139 - os : linux
140140 env :
141141 - Android="24"
@@ -146,7 +146,7 @@ matrix:
146146 script :
147147 - npm i -g appium
148148 - cd tests && npm i
149- - travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_VUE
149+ - travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_VUE
150150 - os : linux
151151 env :
152152 - iOS="12.0"
Original file line number Diff line number Diff line change 8080 },
8181 "android28" : {
8282 "platformName" : " Android" ,
83- "platformVersion" : " 28" ,
84- "deviceName" : " Emulator-Api28-Google" ,
85- "avd" : " Emulator-Api28-Google" ,
86- "lt" : 60000 ,
87- "newCommandTimeout" : 720 ,
88- "noReset" : false ,
89- "fullReset" : false ,
90- "app" : " "
83+ "platformVersion" : " 9.0" ,
84+ "deviceName" : " Android GoogleAPI Emulator" ,
85+ "appiumVersion" : " 1.9.1" ,
86+ "noReset" : true
9187 },
9288 "sim.iPhone7" : {
9389 "platformName" : " iOS" ,
You can’t perform that action at this time.
0 commit comments