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 @@ -109,7 +109,7 @@ matrix:
109109 - " curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $ANDROID_SAUCE_STORAGE/$ANDROID_PACKAGE_NG?overwrite=true --data-binary @$ANDROID_PACKAGE_FOLDER_NG/app-debug.apk"
110110 - stage : " UI Tests"
111111 env :
112- - Android="24 "
112+ - Android="28 "
113113 - Type="VanillaJS"
114114 language : node_js
115115 os : linux
@@ -120,7 +120,7 @@ matrix:
120120 - travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_JS
121121 - os : linux
122122 env :
123- - Android="24 "
123+ - Android="28 "
124124 - Type="VueJS"
125125 language : node_js
126126 os : linux
@@ -131,7 +131,7 @@ matrix:
131131 - travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_VUE
132132 - os : linux
133133 env :
134- - Android="24 "
134+ - Android="28 "
135135 - Type="Angular"
136136 language : node_js
137137 os : linux
You can’t perform that action at this time.
0 commit comments