Skip to content

Commit 0fd04af

Browse files
committed
Split out build & test for travis
1 parent 332d9c7 commit 0fd04af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ matrix:
2121
cache:
2222
directories:
2323
- Carthage
24+
before_install:
25+
- carthage bootstrap --cache-builds --no-use-binaries --platform $PLAT --verbose
2426
install:
25-
- carthage bootstrap --cache-builds --no-use-binaries --platform $PLAT
27+
- xcodebuild -scheme PMKStoreKit -quiet -destination "$DST" build-for-testing SWIFT_VERSION=$SWFT
2628
script:
27-
- set -o pipefail
28-
- xcodebuild -scheme PMKStoreKit -quiet -destination "$DST" build SWIFT_VERSION=$SWFT
29-
- xcodebuild -scheme PMKStoreKit -quiet -destination "$DST" test;
29+
- xcodebuild -scheme PMKStoreKit -quiet -destination "$DST" test

0 commit comments

Comments
 (0)