This commit is contained in:
Benjamin Scholtysik (Reimold)
2016-10-26 17:09:24 -07:00
parent 448fd5edfc
commit 2954bb3a3b

View File

@@ -40,7 +40,7 @@ script:
- echo $COMMAND
- eval $COMMAND && rm xcodebuild.log
- if [ $LINT=="YES"]; then
- if [ $LINT == "YES" ]; then
cp -R Products/HockeySDK-iOS/ HockeySDK-iOS;
pod lib lint;
carthage build --no-skip-current ;