diff --git a/.travis.yml b/.travis.yml index 625bc79..853f98b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ script: - set -o pipefail - xcodebuild -workspace "$XCODE_WORKSPACE" -scheme "$SCHEME" -configuration Debug clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c - xcodebuild -workspace "$XCODE_WORKSPACE" -scheme "$SCHEME" -configuration Release clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c - - pod lib lint --no-clean + - pod lib lint --allow-warnings after_success: - - sleep 5 + - sleep 3