From 790d4d04d7f9cf72116f085e04045ee45e79be52 Mon Sep 17 00:00:00 2001 From: Gereon Steffens Date: Mon, 27 May 2019 16:43:42 +0200 Subject: [PATCH] use cocoapods 1.7.0 on Travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 95061374..9756451a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,9 @@ xcode_scheme: OneTimePassword (iOS) osx_image: xcode10.2 +before_install: +- gem install cocoapods -v 1.7 + env: - RUNTIME="iOS 8.4" DEVICE="iPhone 4s" - RUNTIME="iOS 9.3" DEVICE="iPhone 6s"