We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd52ff2 commit ac5379dCopy full SHA for ac5379d
.travis.yml
@@ -27,7 +27,7 @@ cache:
27
before_install:
28
- carthage bootstrap --cache-builds --no-use-binaries --platform $PLAT --verbose
29
install:
30
- - xcodebuild -scheme PMKCoreLocation -quiet -destination "$DST" SWIFT_VERSION=$SWFT build
+ - xcodebuild -scheme PMKCoreLocation -quiet -destination "$DST" SWIFT_VERSION=$SWFT SWIFT_TREAT_WARNINGS_AS_ERRORS=YES build
31
script:
32
- if [ "$PLAT" != "watchOS" ]; then
33
xcodebuild -scheme PMKCoreLocation -destination "$DST" test;
0 commit comments