Skip to content

Commit 8fee70a

Browse files
committed
use custom travis script to avoid code sign in test
1 parent 25c2433 commit 8fee70a

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
@@ -3,3 +3,13 @@ language: objective-c
33
xcode_workspace: FirebaseUI.xcworkspace
44
xcode_scheme: FirebaseUITests
55

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

Comments
 (0)