We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0e543 commit ebc657dCopy full SHA for ebc657d
.travis.yml
@@ -27,6 +27,6 @@ before_install:
27
28
script:
29
- open -b com.apple.iphonesimulator
30
- - xcodebuild test -project="$PROJECT" -scheme "$SCHEME" -destination "$DESTINATION" | xcpretty && exit ${PIPESTATUS[0]}
+ - xcodebuild test -project "$PROJECT" -scheme "$SCHEME" -destination "$DESTINATION" | xcpretty && exit ${PIPESTATUS[0]}
31
- carthage build --platform $PLATFORM --no-skip-current
32
- pod lib lint --verbose
0 commit comments