We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5607c31 commit a9d0494Copy full SHA for a9d0494
.travis.yml
@@ -11,7 +11,6 @@ before_install:
11
# Fix Travis xcodebuild exited with 65 https://github.com/travis-ci/travis-ci/issues/6675#issuecomment-257964767
12
- export IOS_SIMULATOR_UDID=`instruments -s devices | grep -m 1 "iPhone 8 (11" | awk -F '[ ]' '{print $4}' | awk -F '[\[]' '{print $2}' | sed 's/.$//'`
13
- echo $IOS_SIMULATOR_UDID
14
- - open -a "simulator" --args -CurrentDeviceUDID $IOS_SIMULATOR_UDID
15
- bundle install # We need a pre-release CocoaPods version
16
- sed -i -e 's/[email protected]:/git:\/\/github.com\//' .gitmodules
17
- sed -i -e 's/[email protected]:/git:\/\/github.com\//' Podfile
0 commit comments