From 38394f7e7fb3242fdb0342f95d041d6c37394bfd Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Tue, 23 Feb 2016 15:52:50 -0800 Subject: [PATCH] Add pod linting to travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9782c6d..11615a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,8 @@ env: matrix: - TEST_SDK=iphonesimulator9.1 OS=8.4 - TEST_SDK=iphonesimulator9.1 OS=9.1 + +before_install: gem install cocoapods -v '0.39.0' +before_script: pod lib lint --verbose script: - xctool test -test-sdk $TEST_SDK -destination "name=iPhone 6,OS=$OS" -sdk iphonesimulator -workspace Example/PINRemoteImage.xcworkspace -scheme PINRemoteImage ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO