Skip to content

Commit

Permalink
Merge pull request #202 from breautek/android10
Browse files Browse the repository at this point in the history
feat: android 10 configs
  • Loading branch information
breautek committed Aug 26, 2020
2 parents 1533aa6 + cfdb5b6 commit 326051a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ matrix:
<<: *_android
- env: PLATFORM=android-9.0
<<: *_android
- env: PLATFORM=android-10.0
<<: *_android

before_install:
# manually install Node for `language: android`
Expand Down
9 changes: 9 additions & 0 deletions conf/pr/android-10.0.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"platform": "android@latest",
"action": "run",
"cleanUpAfterRun": true,
"shouldUseSauce": true,
"saucePlatformVersion": "10.0",
"sauceDeviceName": "Android GoogleAPI Emulator",
"verbose": true
}

0 comments on commit 326051a

Please sign in to comment.