Skip to content

Commit 0cb056f

Browse files
author
Anthony Oliveri
committed
Removed --allow-warnings from Travis pod lint
This option is no longer needed since there should be no warnings from `pod lib lint`
1 parent c950bcf commit 0cb056f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ script:
1111
# Test that the framework can be installed and built, and passes all unit tests
1212
- travis_wait pod update
1313
- carthage update
14-
- pod lib lint --allow-warnings
14+
- pod lib lint
1515
- xcodebuild -workspace 'BMSCore.xcworkspace' -scheme 'BMSCore iOS' clean build CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO
1616
- xcodebuild -workspace 'BMSCore.xcworkspace' -scheme 'BMSCore watchOS' clean build CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO
1717
- travis_retry xcodebuild -workspace 'BMSCore.xcworkspace' test -scheme 'BMSCore Tests' -destination 'platform=iOS Simulator,name=iPhone 6' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

0 commit comments

Comments
 (0)