Skip to content

Commit b84b4e2

Browse files
committed
Fixes 'xcode_scheme' not working on travis file
1 parent 1f65ccb commit b84b4e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: swift
22
osx_image: xcode10.1
33
xcode_project: Revolutionary.xcodeproj
4-
xcode_scheme: Revolutionary
5-
script: xcodebuild CODE_SIGNING_REQUIRED=NO
4+
script: xcodebuild -scheme "Revolutionary" CODE_SIGNING_REQUIRED=NO

0 commit comments

Comments
 (0)