We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7586d7b commit 7e2b1b6Copy full SHA for 7e2b1b6
.travis.yml
@@ -7,13 +7,15 @@ rvm: 2.3.1
7
before_install:
8
- gem uninstall cocoapods -a
9
- gem install cocoapods -v '1.0.1'
10
+ - gem install xcpretty
11
- pod install --repo-update
12
-script: xcodebuild -workspace FirebaseUI.xcworkspace
13
+script: set -o pipefail && xcodebuild -workspace FirebaseUI.xcworkspace
14
-scheme FirebaseUI
15
-sdk iphonesimulator
16
-destination 'platform=iOS Simulator,name=iPhone 7'
17
build
18
test
19
ONLY_ACTIVE_ARCH=YES
20
CODE_SIGNING_REQUIRED=NO
21
+ | xcpretty
0 commit comments