Skip to content

Commit

Permalink
Turn off treat warnings as errors since only warnings are from Nimble
Browse files Browse the repository at this point in the history
  • Loading branch information
JP Wright committed Sep 1, 2017
1 parent ef84349 commit 3267a14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Scripts/travis-build-test.sh
Expand Up @@ -8,7 +8,6 @@ rm -rf ${HOME}/Library/Developer/Xcode/DerivedData/*

# -jobs -- specify the number of concurrent jobs
# `sysctl -n hw.ncpu` -- fetch number of 'logical' cores in macOS machine
xcodebuild -jobs `sysctl -n hw.ncpu` test -workspace Contentful.xcworkspace -scheme ${SCHEME} \
-sdk ${SDK} -destination "platform=${PLATFORM}" ONLY_ACTIVE_ARCH=YES CODE_SIGNING_IDENTITY="" CODE_SIGNING_REQUIRED=NO \
OTHER_SWIFT_FLAGS="-warnings-as-errors" | bundle exec xcpretty -c
xcodebuild -jobs `sysctl -n hw.ncpu` test -workspace Contentful.xcworkspace -scheme ${SCHEME} -sdk ${SDK} \
-destination "platform=${PLATFORM}" ONLY_ACTIVE_ARCH=YES CODE_SIGNING_IDENTITY="" CODE_SIGNING_REQUIRED=NO | bundle exec xcpretty -c

0 comments on commit 3267a14

Please sign in to comment.