Skip to content

Commit

Permalink
travis updates
Browse files Browse the repository at this point in the history
  • Loading branch information
z3bi committed Sep 29, 2018
1 parent 35a79a3 commit 1b6ee09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: objective-c
osx_image: xcode10
script:
- xcodebuild clean test -scheme 'Adhan iOS' -project Adhan.xcodeproj -destination "platform=iOS Simulator,name=iPhone 7,OS=10.1" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
- xcodebuild clean test -scheme 'Adhan iOS' -project Adhan.xcodeproj -destination "platform=iOS Simulator,name=iPhone XS,OS=12.0" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
- xcodebuild clean test -scheme 'Adhan macOS' -project Adhan.xcodeproj -destination "platform=OS X" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
- xcodebuild clean test -scheme 'Adhan tvOS' -project Adhan.xcodeproj -destination "platform=tvOS Simulator,name=Apple TV 1080p" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
- xcodebuild clean test -scheme 'Adhan tvOS' -project Adhan.xcodeproj -destination "platform=tvOS Simulator,name=Apple TV 4K" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
- xcodebuild clean build -scheme 'Adhan watchOS' -project Adhan.xcodeproj CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO

0 comments on commit 1b6ee09

Please sign in to comment.