Skip to content

Commit ebc657d

Browse files
committed
🐛 Fix xcodebuild command syntax
1 parent 8b0e543 commit ebc657d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ before_install:
2727

2828
script:
2929
- open -b com.apple.iphonesimulator
30-
- xcodebuild test -project="$PROJECT" -scheme "$SCHEME" -destination "$DESTINATION" | xcpretty && exit ${PIPESTATUS[0]}
30+
- xcodebuild test -project "$PROJECT" -scheme "$SCHEME" -destination "$DESTINATION" | xcpretty && exit ${PIPESTATUS[0]}
3131
- carthage build --platform $PLATFORM --no-skip-current
3232
- pod lib lint --verbose

0 commit comments

Comments
 (0)