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.
2 parents 06d068b + 8fee70a commit 9ccd4eeCopy full SHA for 9ccd4ee
.travis.yml
@@ -1,5 +1,15 @@
1
osx_image: xcode7.3
2
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