diff --git a/.travis.yml b/.travis.yml index 6a92a49..9f30930 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ script: - xcodebuild -project "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Release ENABLE_TESTABILITY=YES ONLY_ACTIVE_ARCH=NO $ACTION | xcpretty - if [ $POD_LINT == "YES" ]; then - pod repo update --silent; + pod repo update; pod lib lint; fi notifications: