Skip to content

Commit a165ae9

Browse files
committed
[travis] Allow warnings (homepage fails)
1 parent 9471a12 commit a165ae9

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
@@ -8,5 +8,5 @@ script:
88
- xcodebuild -project QueryKit.xcodeproj -scheme QueryKit test -sdk macosx | xcpretty -c
99
- xcodebuild -project QueryKit.xcodeproj -scheme QueryKit test -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
1010
- xcodebuild -project QueryKit.xcodeproj -scheme QueryKit build -sdk watchos | xcpretty -c
11-
- pod lib lint QueryKit.podspec
11+
- pod lib lint --allow-warnings
1212

0 commit comments

Comments
 (0)