Skip to content

Commit c93c574

Browse files
Merge pull request #299 from NativeScript/dtodorov/update-travis-labels
Chore: update labels of travis builds
2 parents 2a3cb09 + be155c9 commit c93c574

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)