Skip to content

Commit

Permalink
Travis: fork boot command
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoates committed Apr 13, 2018
1 parent 761548c commit f113095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
after_success:
- bash <(curl -s https://codecov.io/bash) -J 'Slate'
script:
- xcrun simctl boot "iPhone SE"
- xcrun simctl boot "iPhone SE" &
- set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace Slate.xcworkspace -scheme Slate -destination 'name=iPhone SE' build build-for-testing | xcpretty
- set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace Slate.xcworkspace -scheme Slate -destination 'name=iPhone SE' test-without-building | xcpretty
- set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace Slate.xcworkspace -scheme macSlate build build-for-testing | xcpretty
Expand Down

0 comments on commit f113095

Please sign in to comment.