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

Commit

Permalink
update travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Varindra Hart committed Mar 15, 2018
1 parent 2be8642 commit c571a3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ language: objective-c
# - 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/Jester.xcworkspace -scheme Jester-Example -sdk iphonesimulator11.2 ONLY_ACTIVE_ARCH=NO | xcpretty
#- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/Jester.xcworkspace -scheme Jester-Example -sdk iphonesimulator11.2 ONLY_ACTIVE_ARCH=NO | xcpretty
#- pod lib lint

- set -o pipefail && xcodebuild clean test -enableCodeCoverage YES -workspace Example/Jester.xcworkspace -scheme Jester-Example -destination "platform=iOS Simulator,name=iPhone 8,OS=11.2" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint

0 comments on commit c571a3f

Please sign in to comment.