From 599b7a5e87341f7fe44ad0796478118766d55569 Mon Sep 17 00:00:00 2001 From: bingbong Date: Thu, 25 Feb 2021 10:56:44 +0900 Subject: [PATCH] refactor : update travis yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eaa283b..20c89e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ cache: cocoapods podfile: Example/Podfile before_install: - gem install cocoapods # Since Travis is not always on latest version -- pod install +- pod install --project-directory=Example script: # - set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/iamport-ios.xcworkspace -scheme iamport-ios-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty - pod lib lint --allow-warnings