From 7799fb9293ee80b843301421b737992876809fbf Mon Sep 17 00:00:00 2001 From: 3ph Date: Wed, 7 Jun 2017 12:19:47 +1200 Subject: [PATCH] Travis build file update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3470dac..61f5d7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ before_install: - pod install --project-directory=Example --repo-update script: - set -o pipefail && xcodebuild test -workspace Example/CollectionPickerView.xcworkspace -scheme CollectionPickerView-Example -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.3.1' ONLY_ACTIVE_ARCH=NO | xcpretty -- pod lib lint +- pod lib lint --no-clean --allow-warnings