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 13abbb8 commit 83ecb08Copy full SHA for 83ecb08
.travis.yml
@@ -5,22 +5,14 @@ xcode_scheme: FirebaseUI
5
6
rvm: 2.3.1
7
before_install:
8
+ - gem uninstall --all --executables cocoapods
9
- gem install cocoapods -v '1.0.1'
10
- pod install --repo-update
11
-script:
12
-- xcodebuild -workspace FirebaseUI.xcworkspace
+script: xcodebuild -workspace FirebaseUI.xcworkspace
13
-scheme FirebaseUI
14
-sdk iphonesimulator
15
-destination 'platform=iOS Simulator,name=iPhone 6s'
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
+ build test
25
ONLY_ACTIVE_ARCH=YES
26
CODE_SIGNING_REQUIRED=NO
0 commit comments