Skip to content

Commit c12c276

Browse files
Merge pull request #45 from NativeScript/dtodorov/update-travis-labels
Chore: update labels of travis builds
2 parents 4b6b038 + cd1e070 commit c12c276

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)