We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4f8b0 commit d8d1ae3Copy full SHA for d8d1ae3
1 file changed
.travis.yml
@@ -17,6 +17,12 @@ before_install:
17
- gem clean
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