diff --git a/.travis.yml b/.travis.yml index 837f8f7f..f35e1f24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,8 @@ matrix: <<: *_android - env: PLATFORM=android-9.0 <<: *_android + - env: PLATFORM=android-10.0 + <<: *_android before_install: # manually install Node for `language: android` diff --git a/conf/pr/android-10.0.config.json b/conf/pr/android-10.0.config.json new file mode 100644 index 00000000..48105cbf --- /dev/null +++ b/conf/pr/android-10.0.config.json @@ -0,0 +1,9 @@ +{ + "platform": "android@latest", + "action": "run", + "cleanUpAfterRun": true, + "shouldUseSauce": true, + "saucePlatformVersion": "10.0", + "sauceDeviceName": "Android GoogleAPI Emulator", + "verbose": true +}