Skip to content

Commit 65410be

Browse files
committed
- Trying to fix the duplicated simulators Travis CI bug, happening when using Xcode 8.2 + iOS 10.2 simulator (GitHub issue #7031, travis-ci/travis-ci#7031)
1 parent b9c5d05 commit 65410be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ before_install:
1717
- gem clean
1818
- xcodebuild -version
1919
- xcodebuild -showsdks
20+
- xcrun simctl delete DB794781-65A7-4884-8D00-AAC3CBD39A44
2021

2122
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)