We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9466d53 commit 48caa6cCopy full SHA for 48caa6c
1 file changed
.travis.yml
@@ -18,11 +18,4 @@ before_install:
18
- xcodebuild -version
19
- xcodebuild -showsdks
20
21
- # This command will fix Travis CI duplicated simulators build issue
22
- # happening while using Xcode 8.2 + iOS simulator 10.2 configuration. Be
23
- # sure to check GitHub issue #7031
24
- # (https://github.com/travis-ci/travis-ci/issues/7031) for updates and, as
25
- # soon as the Travis team fix the issue, remove this line.
26
- - xcrun simctl delete D0257C83-DB81-4567-93EC-4C6DF23DC24C
27
-
28
script: xcodebuild -project "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug test | xcpretty -f `xcpretty-travis-formatter` && exit ${PIPESTATUS[0]}
0 commit comments