Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan523 authored Oct 18, 2023
1 parent c984f76 commit c735fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:

script:
- xcodebuild -resolvePackageDependencies -scheme Code\ UI -project ./Code.xcodeproj
- xcodebuild -scheme Code\ UI -project ./Code.xcodeproj -destination 'platform=iOS Simulator,id:1FBBD280-B85C-4F94-97BF-60B47BFBA2B5,OS:16.2,name:iPad mini (6th generation)' build
- xcodebuild -scheme Code\ UI -project ./Code.xcodeproj -destination 'platform=iOS Simulator,id=1FBBD280-B85C-4F94-97BF-60B47BFBA2B5,OS=16.2,name=iPad mini (6th generation)' build

deploy:
provider: s3
Expand Down

0 comments on commit c735fae

Please sign in to comment.