Skip to content

Commit

Permalink
Verify pod spec validity
Browse files Browse the repository at this point in the history
  • Loading branch information
polac24 committed Nov 8, 2018
1 parent 4ef43c8 commit 7d0cbfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ before_install:
- gem install cocoapods # Since Travis is not always on latest version
- pod install --project-directory=Example
script:
- export EXPANDED_CODE_SIGN_IDENTITY=- # workaround for https://github.com/CocoaPods/CocoaPods/issues/7708
- export EXPANDED_CODE_SIGN_IDENTITY_NAME=- # workaround for https://github.com/CocoaPods/CocoaPods/issues/7708
- pod lib lint --verbose

- set -o pipefail && xcodebuild -project Example/Pods/Pods.xcodeproj -scheme InjectionTDD -configuration Debug -sdk iphonesimulator CODE_SIGNING_REQUIRED=NO build | xcpretty
- cd Example/build/Debug-iphonesimulator/InjectionTDD/ && zip -r ../../../../InjectionTDD.framework.zip InjectionTDD.framework/ && cd -
- cd scripts/update_breakpoints/ && zip -r ../../update_breakpoints.zip * && cd -
Expand Down

0 comments on commit 7d0cbfe

Please sign in to comment.