Browse Source

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

Lint full podspec on travis CI
Christian Noon 10 years ago
parent
commit
a2cca57eee
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -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