Skip to content

Commit d8d1ae3

Browse files
committed
- Added a comment in Travis .yml configuration file with informations about the Travis CI issue fix
1 parent 9c4f8b0 commit d8d1ae3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ before_install:
1717
- gem clean
1818
- xcodebuild -version
1919
- 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.
2026
- xcrun simctl delete D0257C83-DB81-4567-93EC-4C6DF23DC24C
2127

2228
script: xcodebuild -project "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug test | xcpretty -f `xcpretty-travis-formatter` && exit ${PIPESTATUS[0]}

0 commit comments

Comments
 (0)