Skip to content

Commit

Permalink
Clean up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
delba committed Nov 8, 2019
1 parent f6d86ec commit cd55170
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: objective-c
language: swift

branches:
only:
- master

xcode_project: JASON.xcodeproj
xcode_scheme: JASONTests
osx_image: xcode8
xcode_sdk: iphonesimulator10.0
osx_image: xcode11.2

script:
- xcodebuild test -project JASON.xcodeproj -scheme "JASON iOS" -destination "platform=iOS Simulator,name=iPhone 6s"
- xcodebuild test -project JASON.xcodeproj -scheme "JASON iOS" -destination "platform=iOS Simulator,name=iPhone 11"

0 comments on commit cd55170

Please sign in to comment.