Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit e29a090

Browse files
committed
Run pod lib lint on CI
1 parent 8c732c2 commit e29a090

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ before_install:
88
- gem install xcpretty xcpretty-travis-formatter
99

1010
script:
11-
- xcodebuild test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X' -workspace Iterable-iOS-SDK.xcworkspace -scheme Iterable-iOS-SDKTests CODE_SIGNING_REQUIRED=NO | xcpretty -f `xcpretty-travis-formatter`
11+
- xcodebuild test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X' -workspace Iterable-iOS-SDK.xcworkspace -scheme Iterable-iOS-SDKTests CODE_SIGNING_REQUIRED=NO | xcpretty -f `xcpretty-travis-formatter`
12+
- pod lib lint

0 commit comments

Comments
 (0)