Skip to content

Commit a3073f4

Browse files
author
Clément Le Provost
committed
Merge branch 'fix/travis' into v3
2 parents 6acf436 + f47bfa0 commit a3073f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ if [[ $IOS = "TRUE" ]]; then
2020
sed -i.tmp "s/JOB_NUMBER_REPLACE_ME/${TRAVIS_JOB_NUMBER}/g" $FILE
2121

2222
xcodebuild -project AlgoliaSearch.xcodeproj -scheme "AlgoliaSearch iOS" \
23-
-sdk "$SDK" -destination "$VERSION" test | xcpretty -c
23+
-sdk "$SDK" -destination "$VERSION" test
2424

2525
mv $FILE.bak $FILE
2626
rm $FILE.tmp
2727
else
2828
echo "Run OS X test..."
2929
xcodebuild -project AlgoliaSearch.xcodeproj -scheme "AlgoliaSearch OSX" \
30-
test | xcpretty -c
30+
test
3131
fi

0 commit comments

Comments
 (0)