Skip to content

Commit

Permalink
Chore: update labels of travis builds (NativeScript#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarTodorov authored and elena-p committed Aug 21, 2019
1 parent 65e72c3 commit 27f5b61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ matrix:
- "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $SAUCE_STORAGE/$ANDROID_PACKAGE_NG?overwrite=true --data-binary @$ANDROID_PACKAGE_FOLDER_NG/app-debug.apk"
- stage: "UI Tests"
env:
- Android="24"
- Android="28"
- Type="VanillaJS"
language: node_js
os: linux
Expand All @@ -119,7 +119,7 @@ matrix:
- travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_JS
- os: linux
env:
- Android="24"
- Android="28"
- Type="VueJS"
language: node_js
os: linux
Expand Down Expand Up @@ -150,7 +150,7 @@ matrix:
- travis_wait travis_retry npm run e2e -- --runType sim12iPhoneX --sauceLab --appPath $IOS_PACKAGE_VUE
- os: linux
env:
- Android="24"
- Android="28"
- Type="Angular"
language: node_js
os: linux
Expand Down

0 comments on commit 27f5b61

Please sign in to comment.