Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit fb0e813

Browse files
committed
Fixed Travis-CI build with latest CocoaPods.
1 parent 7a6a51e commit fb0e813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_install:
77
- pod repo update --silent
88
script:
99
- pod install
10-
- pod lib lint ParseUI.podspec
11-
- pod lib lint --use-frameworks --quick ParseUI.podspec
10+
- pod lib lint --quick ParseUI.podspec
11+
- pod lib lint --use-libraries ParseUI.podspec
1212
- xctool -workspace ParseUI.xcworkspace -scheme 'ParseUI' -sdk iphonesimulator build
1313
- xctool -workspace ParseUI.xcworkspace -scheme 'ParseUIDemo' -sdk iphonesimulator build

0 commit comments

Comments
 (0)