From 0212e8781c3240041f611e3dbceb0b36732fa0cc Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Mon, 29 Dec 2014 03:31:35 +0000 Subject: [PATCH] [travis] Quickly lint podspec --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 699dfbf..6fa999a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ script: - set -o pipefail - xcodebuild -project Stencil.xcodeproj -scheme Stencil test | xcpretty -c - xcodebuild -project Stencil.xcodeproj -scheme Stencil test -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c -- pod lib lint +- pod lib lint --quick