Skip to content

Commit 48caa6c

Browse files
committed
Remove Travis CI workaround
1 parent 9466d53 commit 48caa6c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,4 @@ before_install:
1818
- xcodebuild -version
1919
- xcodebuild -showsdks
2020

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