From 136e0c7e5294629f1bc04603b38da10aefcc438c Mon Sep 17 00:00:00 2001 From: Maxime Ollivier Date: Fri, 10 Mar 2017 10:06:00 -0800 Subject: [PATCH] undo iOS sample project build Summary: Temporarily remove the iOS sample project build. Closes https://github.com/facebook/yoga/pull/475 Differential Revision: D4689718 Pulled By: emilsjolander fbshipit-source-id: 9249e9d03dfdb60e222f8c3c0f496ec67122ed62 --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf922231..9455dc46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,10 +40,7 @@ before_install: # iOS - | if [[ $TARGET = "ios" ]]; then - brew outdated xctool || brew upgrade xctool; - gem install xcpretty --no-document --quiet; - gem install cocoapods --pre --no-document --quiet; - pod install --project-directory=YogaKit/YogaKitSample/; + brew outdated xctool || brew upgrade xctool fi # Emscripten (used for js tests) @@ -105,8 +102,7 @@ script: # iOS - | if [[ $TARGET = "ios" ]]; then - buck test --verbose 0 //YogaKit:YogaKitTests --config cxx.default_platform=iphonesimulator-x86_64 && - xcodebuild build -workspace YogaKit/YogaKitSample/YogaKitSample.xcworkspace -scheme YogaKitSample -sdk iphonesimulator | xcpretty -c + buck test --verbose 0 //YogaKit:YogaKitTests --config cxx.default_platform=iphonesimulator-x86_64 fi # Android