Skip to content

Commit 7e2b1b6

Browse files
committed
use xcpretty to get around travis log file size limit
1 parent 7586d7b commit 7e2b1b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ rvm: 2.3.1
77
before_install:
88
- gem uninstall cocoapods -a
99
- gem install cocoapods -v '1.0.1'
10+
- gem install xcpretty
1011
- pod install --repo-update
1112

12-
script: xcodebuild -workspace FirebaseUI.xcworkspace
13+
script: set -o pipefail && xcodebuild -workspace FirebaseUI.xcworkspace
1314
-scheme FirebaseUI
1415
-sdk iphonesimulator
1516
-destination 'platform=iOS Simulator,name=iPhone 7'
1617
build
1718
test
1819
ONLY_ACTIVE_ARCH=YES
1920
CODE_SIGNING_REQUIRED=NO
21+
| xcpretty

0 commit comments

Comments
 (0)