From cd1e070c42fe4cbf50286d4856587b12cb2fbe68 Mon Sep 17 00:00:00 2001 From: dtodorov Date: Wed, 21 Aug 2019 14:14:26 +0300 Subject: [PATCH] Chore: update labels of travis builds --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 888046f..457934e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,7 +116,7 @@ matrix: - "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" - stage: "UI Tests" env: - - Android="24" + - Android="28" - Type="Angular" language: node_js os: linux @@ -127,7 +127,7 @@ matrix: - travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_NG - os: linux env: - - Android="24" + - Android="28" - Type="VanillaJS" language: node_js os: linux @@ -138,7 +138,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