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 92d494b commit 1a276e4Copy full SHA for 1a276e4
.travis.yml
@@ -20,9 +20,9 @@ matrix:
20
cache:
21
directories:
22
- Carthage
23
+before_install:
24
+ - carthage bootstrap --cache-builds --no-use-binaries --platform $PLAT --verbose
25
install:
- - carthage bootstrap --cache-builds --no-use-binaries --platform $PLAT
26
+ - xcodebuild -scheme PMKMapKit -quiet -destination "$DST" SWIFT_VERSION=$SWFT build-for-testing
27
script:
- - set -o pipefail
- - xcodebuild -scheme PMKMapKit -quiet -destination "$DST" build SWIFT_VERSION=$SWFT
28
- - xcodebuild -scheme PMKMapKit -quiet -destination "$DST" test;
+ - xcodebuild -scheme PMKMapKit -quiet -destination "$DST" SWIFT_VERSION=$SWFT test
0 commit comments