提交 a2cca57e 编写于 作者: C Christian Noon

Merge pull request #542 from kylef/kylef/lint-podspec

Lint full podspec on travis CI
......@@ -26,6 +26,6 @@ script:
xcodebuild -project "iOS Example.xcodeproj" -scheme "iOS Example" -sdk "$SDK" -destination "$DESTINATION"
-configuration Release ONLY_ACTIVE_ARCH=NO build | xcpretty -c;
fi
- if [ $POD_LINT == "YES" ]; then
pod lib lint --quick;
- if [ $POD_LINT == "YES" ]; then
pod lib lint;
fi
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册