Skip to content

Commit 9943839

Browse files
committed
fix nonexistant scheme in travis yml
1 parent 97bca68 commit 9943839

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
@@ -1,14 +1,13 @@
11
osx_image: xcode7.3
22
language: objective-c
33
xcode_workspace: FirebaseUI.xcworkspace
4-
xcode_scheme: FirebaseUITests
4+
xcode_scheme: FirebaseUI
55

66
script: xcodebuild -workspace FirebaseUI.xcworkspace
77
-scheme FirebaseUI
88
-sdk iphonesimulator
9-
-destination 'platform=iOS Simulator,name=iPhone 6s'
9+
-destination 'platform=iOS Simulator,name=iPhone 6s'
1010
test
1111
ONLY_ACTIVE_ARCH=YES
1212
CODE_SIGN_IDENTITY=""
1313
CODE_SIGNING_REQUIRED=NO
14-

0 commit comments

Comments
 (0)