Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit a00895a

Browse files
committed
fix: Travis CI build
* Bring back `xcpretty` on Travis * Disable parallel tests of Kinvey target in Kinvey scheme. Actually stalled output is caused by this setting and not `xcpretty`
1 parent d30144e commit a00895a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ script:
7676
- set -o pipefail;
7777
case $PLATFORM in
7878
iOS)
79-
travis_retry make test-ios;;
79+
travis_retry make test-ios | xcpretty;;
8080
Mac)
81-
travis_retry make test-macos;;
81+
travis_retry make test-macos | xcpretty;;
8282
esac
8383
after_script:
8484
- date

Kinvey/Kinvey.xcodeproj/xcshareddata/xcschemes/Kinvey.xcscheme

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
<Testables>
5353
<TestableReference
5454
skipped = "NO"
55-
parallelizable = "YES"
5655
testExecutionOrdering = "random">
5756
<BuildableReference
5857
BuildableIdentifier = "primary"

0 commit comments

Comments
 (0)