From 3356c5df03d3ee2b966260df49877fbce91aae71 Mon Sep 17 00:00:00 2001 From: sergdort Date: Wed, 27 Apr 2016 17:15:13 +0300 Subject: [PATCH 1/2] updated travis.yml to use latest environment --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ee2ae4..4f5f89f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ # * https://github.com/supermarin/xcpretty#usage language: objective-c -osx_image: xcode7.2 -xcode_sdk: iphonesimulator9.0 +osx_image: xcode7.3 +xcode_sdk: iphonesimulator9.3 # cache: cocoapods #podfile: Example/Podfile #before_install: From 3c610f5739d64e68fa18034c1d462b403dc0149d Mon Sep 17 00:00:00 2001 From: sergdort Date: Wed, 27 Apr 2016 17:29:11 +0300 Subject: [PATCH 2/2] added pod install to travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4f5f89f..2b880bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,9 @@ osx_image: xcode7.3 xcode_sdk: iphonesimulator9.3 # cache: cocoapods #podfile: Example/Podfile -#before_install: - #- gem install cocoapods # Since Travis is not always on latest version - #- pod install --project-directory=Example +before_install: + - gem install cocoapods # Since Travis is not always on latest version + - pod install --project-directory=Example script: - xctool test -workspace Example/RxSegue.xcworkspace -scheme RxSegue-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO #- pod lib lint