Skip to content

Commit 9ccd4ee

Browse files
author
devrel-build
committed
Merge commit '8fee70adf4f3ee6393b4a993315d55fa4341fbb6' into HEAD
2 parents 06d068b + 8fee70a commit 9ccd4ee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
osx_image: xcode7.3
22
language: objective-c
33
xcode_workspace: FirebaseUI.xcworkspace
4+
xcode_scheme: FirebaseUITests
45

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
515

0 commit comments

Comments
 (0)