Explorar el Código

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

Christian Noon hace 10 años
padre
commit
2beb1e3b6c
Se han modificado 1 ficheros con 1 adiciones y 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