From 72fbb2406b688b19982aae9cfcec025c7a7c61ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= <3lvis@users.noreply.github.com> Date: Sun, 25 Oct 2015 20:47:57 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 95713cb4..b141f604 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,6 @@ osx_image: xcode7 language: objective-c cache: cocoapods before_install: gem install xcpretty cocoapods obcd slather -N - -# Use when you don't have third party dependencies -script: xcodebuild -project Demo.xcodeproj -scheme Tests -sdk iphonesimulator build test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES clean test | xcpretty -c && exit ${PIPESTATUS[0]} - -# Use when you have third party dependencies (CocoaPods generates a workspace) -# podfile: Podfile -# script: xcodebuild -workspace Demo.xcworkspace -scheme Tests -sdk iphonesimulator build test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES clean test | xcpretty -c && exit ${PIPESTATUS[0]} - +podfile: Podfile +script: xcodebuild -workspace Demo.xcworkspace -scheme Tests -sdk iphonesimulator build test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES clean test | xcpretty -c && exit ${PIPESTATUS[0]} after_success: slather