Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brackendev authored and brackendev committed Jul 19, 2019
1 parent 825b711 commit 4ff8a33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode10.2
xcode_sdk: iphonesimulator12.2
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/Readability-Objective-C.xcworkspace -scheme Readability-Objective-C-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/Readability-Objective-C.xcworkspace -scheme Readability-Objective-C-Example -sdk iphonesimulator12.2 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint --allow-warnings

0 comments on commit 4ff8a33

Please sign in to comment.