File tree 2 files changed +7
-11
lines changed
2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ matrix:
124
124
script :
125
125
- npm i -g appium
126
126
- 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
128
128
- os : linux
129
129
env :
130
130
- Android="24"
@@ -135,7 +135,7 @@ matrix:
135
135
script :
136
136
- npm i -g appium
137
137
- 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
139
139
- os : linux
140
140
env :
141
141
- Android="24"
@@ -146,7 +146,7 @@ matrix:
146
146
script :
147
147
- npm i -g appium
148
148
- 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
150
150
- os : linux
151
151
env :
152
152
- iOS="12.0"
Original file line number Diff line number Diff line change 80
80
},
81
81
"android28" : {
82
82
"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
91
87
},
92
88
"sim.iPhone7" : {
93
89
"platformName" : " iOS" ,
You can’t perform that action at this time.
0 commit comments