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:
110
110
- " 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"
111
111
- stage : " UI Tests"
112
112
env :
113
- - Android="24 "
113
+ - Android="28 "
114
114
- Type="VanillaJS"
115
115
language : node_js
116
116
os : linux
@@ -121,7 +121,7 @@ matrix:
121
121
- travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_JS
122
122
- os : linux
123
123
env :
124
- - Android="24 "
124
+ - Android="28 "
125
125
- Type="VueJS"
126
126
language : node_js
127
127
os : linux
@@ -132,7 +132,7 @@ matrix:
132
132
- travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_VUE
133
133
- os : linux
134
134
env :
135
- - Android="24 "
135
+ - Android="28 "
136
136
- Type="Angular"
137
137
language : node_js
138
138
os : linux
You can’t perform that action at this time.
0 commit comments