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