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 25c2433 commit 8fee70aCopy full SHA for 8fee70a
.travis.yml
@@ -3,3 +3,13 @@ language: objective-c
3
xcode_workspace: FirebaseUI.xcworkspace
4
xcode_scheme: FirebaseUITests
5
6
+script: xcodebuild -workspace FirebaseUI.xcworkspace
7
+ -scheme FirebaseUITests
8
+ -sdk iphonesimulator
9
+ -destination 'platform=iOS Simulator,name=iPhone 6s'
10
+ build
11
+ test
12
+ ONLY_ACTIVE_ARCH=NO
13
+ CODE_SIGN_IDENTITY=""
14
+ CODE_SIGNING_REQUIRED=NO
15
+
0 commit comments