From 298c5f4654cbe3e4a2265fd024d3ba3360bb5a1f Mon Sep 17 00:00:00 2001
From: Yosuke Ishikawa <y@ishkawa.org>
Date: Mon, 9 Nov 2015 16:55:55 +0900
Subject: [PATCH] Update pod repo before linting

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 9086f00f..d6b69aab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,7 @@ before_install:
   - carthage bootstrap --use-submodules --no-build
 
 script:
+  - pod repo update
   - pod spec lint APIKit.podspec
   - set -o pipefail
   - xcodebuild test -workspace APIKit.xcworkspace -scheme APIKit-iOS -sdk iphonesimulator | xcpretty -c