File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ matrix:
116
116
- " 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"
117
117
- stage : " UI Tests"
118
118
env :
119
- - Android="24 "
119
+ - Android="28 "
120
120
- Type="Angular"
121
121
language : node_js
122
122
os : linux
@@ -127,7 +127,7 @@ matrix:
127
127
- travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_NG
128
128
- os : linux
129
129
env :
130
- - Android="24 "
130
+ - Android="28 "
131
131
- Type="VanillaJS"
132
132
language : node_js
133
133
os : linux
@@ -138,7 +138,7 @@ matrix:
138
138
- travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_JS
139
139
- os : linux
140
140
env :
141
- - Android="24 "
141
+ - Android="28 "
142
142
- Type="VueJS"
143
143
language : node_js
144
144
os : linux
You can’t perform that action at this time.
0 commit comments