Explorar o código

Removed --quick flag when pod lib linting since watchOS bug is fixed.

Christian Noon %!s(int64=10) %!d(string=hai) anos
pai
achega
2beb1e3b6c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -30,5 +30,5 @@ script:
       -configuration Release ONLY_ACTIVE_ARCH=NO build | xcpretty -c; 
     fi
   - if [ $POD_LINT == "YES" ]; then
-      pod lib lint --quick;
+      pod lib lint;
     fi