Skip to content

Commit f4866f1

Browse files
committed
Split out build & test for travis
1 parent 6448b7b commit f4866f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ matrix:
2727
cache:
2828
directories:
2929
- Carthage
30+
before_install:
31+
- carthage bootstrap --cache-builds --no-use-binaries --platform $PLAT --verbose
3032
install:
31-
- carthage bootstrap --cache-builds --no-use-binaries --platform $PLAT
33+
- xcodebuild -scheme PMKCoreLocation -quiet -destination "$DST" SWIFT_VERSION=$SWFT build
3234
script:
33-
- set -o pipefail
34-
- xcodebuild -scheme PMKCoreLocation -quiet -destination "$DST" build SWIFT_VERSION=$SWFT
3535
- if [ "$PLAT" != "watchOS" ]; then
3636
xcodebuild -scheme PMKCoreLocation -quiet -destination "$DST" test;
3737
fi

0 commit comments

Comments
 (0)