Skip to content

Commit a9d0494

Browse files
Fix Travis
1 parent 5607c31 commit a9d0494

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ before_install:
1111
# Fix Travis xcodebuild exited with 65 https://github.com/travis-ci/travis-ci/issues/6675#issuecomment-257964767
1212
- export IOS_SIMULATOR_UDID=`instruments -s devices | grep -m 1 "iPhone 8 (11" | awk -F '[ ]' '{print $4}' | awk -F '[\[]' '{print $2}' | sed 's/.$//'`
1313
- echo $IOS_SIMULATOR_UDID
14-
- open -a "simulator" --args -CurrentDeviceUDID $IOS_SIMULATOR_UDID
1514
- bundle install # We need a pre-release CocoaPods version
1615
- sed -i -e 's/[email protected]:/git:\/\/github.com\//' .gitmodules
1716
- sed -i -e 's/[email protected]:/git:\/\/github.com\//' Podfile

0 commit comments

Comments
 (0)