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 @@ -116,7 +116,7 @@ matrix:
116116 - " 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"
117117 - stage : " UI Tests"
118118 env :
119- - Android="24 "
119+ - Android="28 "
120120 - Type="Angular"
121121 language : node_js
122122 os : linux
@@ -127,7 +127,7 @@ matrix:
127127 - travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_NG
128128 - os : linux
129129 env :
130- - Android="24 "
130+ - Android="28 "
131131 - Type="VanillaJS"
132132 language : node_js
133133 os : linux
@@ -138,7 +138,7 @@ matrix:
138138 - travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_JS
139139 - os : linux
140140 env :
141- - Android="24 "
141+ - Android="28 "
142142 - Type="VueJS"
143143 language : node_js
144144 os : linux
You can’t perform that action at this time.
0 commit comments