Skip to content

Commit

Permalink
Remove explicit simulator opening
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubvano committed Sep 18, 2018
1 parent 804c874 commit 6f46b94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ before_install:
- carthage bootstrap --verbose
script:
- set -o pipefail
- open -b com.apple.iphonesimulator # Workaround https://github.com/travis-ci/travis-ci/issues/3040
- xcodebuild "$ACTION" -project "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DEST" -configuration Release ENABLE_TESTABILITY=YES | xcpretty
notifications:
email:
Expand Down

0 comments on commit 6f46b94

Please sign in to comment.