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 6448b7b commit f4866f1Copy full SHA for f4866f1
.travis.yml
@@ -27,11 +27,11 @@ matrix:
27
cache:
28
directories:
29
- Carthage
30
+before_install:
31
+ - carthage bootstrap --cache-builds --no-use-binaries --platform $PLAT --verbose
32
install:
- - carthage bootstrap --cache-builds --no-use-binaries --platform $PLAT
33
+ - xcodebuild -scheme PMKCoreLocation -quiet -destination "$DST" SWIFT_VERSION=$SWFT build
34
script:
- - set -o pipefail
- - xcodebuild -scheme PMKCoreLocation -quiet -destination "$DST" build SWIFT_VERSION=$SWFT
35
- if [ "$PLAT" != "watchOS" ]; then
36
xcodebuild -scheme PMKCoreLocation -quiet -destination "$DST" test;
37
fi
0 commit comments