From f51899eaf9cd897a23d28e624c65dad026543bd8 Mon Sep 17 00:00:00 2001 From: Rodrigo Copetti Date: Sat, 22 Oct 2016 11:30:30 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e49a613..280da01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ podfile: Example/Podfile script: - xcodebuild -workspace Example/EncryptedDATAStack.xcworkspace -scheme EncryptedDATAStack-Example -sdk iphonesimulator build test -destination 'platform=iOS Simulator,name=iPhone 6' | xcpretty -c && exit ${PIPESTATUS[0]} -- pod lib lint +- pod lib lint --allow-warnings notifications: email: false