Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit f51899e

Browse files
authored
Update .travis.yml
1 parent cc37afe commit f51899e

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
@@ -13,7 +13,7 @@ podfile: Example/Podfile
1313

1414
script:
1515
- xcodebuild -workspace Example/EncryptedDATAStack.xcworkspace -scheme EncryptedDATAStack-Example -sdk iphonesimulator build test -destination 'platform=iOS Simulator,name=iPhone 6' | xcpretty -c && exit ${PIPESTATUS[0]}
16-
- pod lib lint
16+
- pod lib lint --allow-warnings
1717

1818
notifications:
1919
email: false

0 commit comments

Comments
 (0)