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