From b3926c449ee9322164ec40a82ab951be83b17e0f Mon Sep 17 00:00:00 2001 From: Sho Ikeda Date: Tue, 2 Apr 2019 22:14:47 +0900 Subject: [PATCH] [CI] Update CocoaPods --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3bd941b..14290ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ matrix: language: objective-c osx_image: xcode10.1 script: + - gem update cocoapods # To work around the lint error: "ERROR | swift: Specification `Himotoki` specifies an inconsistent `swift_version` (`4.0`) compared to the one present in your `.swift-version` file (`4.1`). Please remove the `.swift-version` file which is now deprecated and only use the `swift_version` attribute within your podspec." # `.swift-version` is for swiftenv, not for CocoaPods, so we can't remove the file as suggested. - rm .swift-version