File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ matrix:
110110 - " curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $ANDROID_SAUCE_STORAGE/$ANDROID_PACKAGE_VUE?overwrite=true --data-binary @$ANDROID_PACKAGE_FOLDER_VUE/app-debug.apk"
111111 - stage : " UI Tests"
112112 env :
113- - Android="24 "
113+ - Android="28 "
114114 - Type="VanillaJS"
115115 language : node_js
116116 os : linux
@@ -121,7 +121,7 @@ matrix:
121121 - travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_JS
122122 - os : linux
123123 env :
124- - Android="24 "
124+ - Android="28 "
125125 - Type="VueJS"
126126 language : node_js
127127 os : linux
@@ -132,7 +132,7 @@ matrix:
132132 - travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_VUE
133133 - os : linux
134134 env :
135- - Android="24 "
135+ - Android="28 "
136136 - Type="Angular"
137137 language : node_js
138138 os : linux
You can’t perform that action at this time.
0 commit comments