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 9da4dbf commit 13abbb8Copy full SHA for 13abbb8
.travis.yml
@@ -8,10 +8,19 @@ before_install:
8
- gem install cocoapods -v '1.0.1'
9
- pod install --repo-update
10
11
-script: xcodebuild -workspace FirebaseUI.xcworkspace
+script:
12
+- xcodebuild -workspace FirebaseUI.xcworkspace
13
-scheme FirebaseUI
14
-sdk iphonesimulator
15
-destination 'platform=iOS Simulator,name=iPhone 6s'
- build test
16
+ build
17
+ ONLY_ACTIVE_ARCH=YES
18
+ CODE_SIGNING_REQUIRED=NO
19
+
20
21
+ -scheme FirebaseUI
22
+ -sdk iphonesimulator
23
+ -destination 'platform=iOS Simulator,name=iPhone 6s'
24
+ test
25
ONLY_ACTIVE_ARCH=YES
26
CODE_SIGNING_REQUIRED=NO
0 commit comments