Skip to content

Commit 546267e

Browse files
committed
remove extraneous step from travis script
1 parent c2b77ba commit 546267e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ xcode_scheme: FirebaseUITests
66
script: xcodebuild -workspace FirebaseUI.xcworkspace
77
-scheme FirebaseUI
88
-sdk iphonesimulator
9-
-destination 'platform=iOS Simulator,name=iPhone 6s'
10-
build
9+
-destination 'platform=iOS Simulator,name=iPhone 6s'
1110
test
12-
ONLY_ACTIVE_ARCH=NO
11+
ONLY_ACTIVE_ARCH=YES
1312
CODE_SIGN_IDENTITY=""
1413
CODE_SIGNING_REQUIRED=NO
1514

0 commit comments

Comments
 (0)