Skip to content

Commit

Permalink
Update iOS 13 device target in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Sep 21, 2019
1 parent a7b63bf commit 5e04c61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -32,17 +32,17 @@ jobs:
- stage: test
name: Run Unit Tests (iOS, Xcode 11)
osx_image: xcode11
script: Scripts/test.sh -d "OS=13.0,name=iPhone Xs"
script: Scripts/test.sh -d "OS=13.0,name=iPhone 11"

- stage: test
name: Run Thread Safety Tests (TSan Enabled)
osx_image: xcode11
script: Scripts/test.sh -s "Nuke Thread Safety Tests" -d "OS=13.0,name=iPhone Xs"
script: Scripts/test.sh -s "Nuke Thread Safety Tests" -d "OS=13.0,name=iPhone 11"

- stage: test
name: Run Performance Tests
osx_image: xcode11
script: Scripts/test.sh -s "Nuke Performance Tests" -d "OS=13.0,name=iPhone Xs"
script: Scripts/test.sh -s "Nuke Performance Tests" -d "OS=13.0,name=iPhone 11"

- stage: test
name: Run Validations (SwiftLint)
Expand Down

0 comments on commit 5e04c61

Please sign in to comment.