Skip to content

Commit 13abbb8

Browse files
committed
split travis build and test phases
1 parent 9da4dbf commit 13abbb8

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,19 @@ before_install:
88
- gem install cocoapods -v '1.0.1'
99
- pod install --repo-update
1010

11-
script: xcodebuild -workspace FirebaseUI.xcworkspace
11+
script:
12+
- xcodebuild -workspace FirebaseUI.xcworkspace
1213
-scheme FirebaseUI
1314
-sdk iphonesimulator
1415
-destination 'platform=iOS Simulator,name=iPhone 6s'
15-
build test
16+
build
17+
ONLY_ACTIVE_ARCH=YES
18+
CODE_SIGNING_REQUIRED=NO
19+
20+
- xcodebuild -workspace FirebaseUI.xcworkspace
21+
-scheme FirebaseUI
22+
-sdk iphonesimulator
23+
-destination 'platform=iOS Simulator,name=iPhone 6s'
24+
test
1625
ONLY_ACTIVE_ARCH=YES
1726
CODE_SIGNING_REQUIRED=NO

0 commit comments

Comments
 (0)