|
@@ -12,11 +12,11 @@ function testProject() {
|
12
|
12
|
-destination 'platform=iOS Simulator,name=iPhone SE'
|
13
|
13
|
`;
|
14
|
14
|
|
15
|
|
- if (hasXcpretty()) {
|
16
|
|
- shellUtils.exec.execSync(`${cmd} | xcpretty && exit \${PIPESTATUS[0]}`);
|
17
|
|
- } else {
|
18
|
|
- shellUtils.exec.execSync(`${cmd}`);
|
19
|
|
- }
|
|
15
|
+ // if (hasXcpretty()) {
|
|
16
|
+ // shellUtils.exec.execSync(`${cmd} | xcpretty && exit \${PIPESTATUS[0]}`);
|
|
17
|
+ // } else {
|
|
18
|
+ shellUtils.exec.execSync(`${cmd}`);
|
|
19
|
+ // }
|
20
|
20
|
shellUtils.exec.execSync(`echo 'travis_fold:end:xcodeunit'`);
|
21
|
21
|
}
|
22
|
22
|
function hasXcpretty() {
|