From 5aac08cabfa304dd3755e1067fe3ac360323cdc8 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Mon, 29 Dec 2014 03:22:18 +0000 Subject: [PATCH] [travis] Lint podspec --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cacd644..699dfbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: objective-c osx_image: xcode61 before_install: - - gem install cocoapods - - gem install xcpretty +- gem install cocoapods --pre +- gem install xcpretty 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