Skip to content

Commit

Permalink
Travis cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Mar 30, 2018
1 parent edd125b commit 4b88ce1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
osx_image: xcode9.2
language: objective-c

# before_install:
# # Fix Travis xcodebuild exited with 65 https://github.com/travis-ci/travis-ci/issues/6675#issuecomment-257964767
# - export IOS_SIMULATOR_UDID=`instruments -s devices | grep -m 1 "iPhone 8 (11" | awk -F '[ ]' '{print $4}' | awk -F '[\[]' '{print $2}' | sed 's/.$//'`
# - echo $IOS_SIMULATOR_UDID
# - open -a "simulator" --args -CurrentDeviceUDID $IOS_SIMULATOR_UDID

install:
- cd Tests
- bundle install
Expand Down
4 changes: 2 additions & 2 deletions Tests/Mac/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- CocoaAsyncSocket (7.6.1)
- CocoaAsyncSocket (7.6.3)

DEPENDENCIES:
- CocoaAsyncSocket (from `../../CocoaAsyncSocket.podspec`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../../CocoaAsyncSocket.podspec

SPEC CHECKSUMS:
CocoaAsyncSocket: d2e2218081934d7a558199990af5db45b2e832a0
CocoaAsyncSocket: 97224bc66770fec0bc5fb373a752a62406cd31ee

PODFILE CHECKSUM: e2d5a11e69cc6a8c9e8f637d8505ac427b7b8e02

Expand Down
4 changes: 2 additions & 2 deletions Tests/iOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- CocoaAsyncSocket (7.6.1)
- CocoaAsyncSocket (7.6.3)

DEPENDENCIES:
- CocoaAsyncSocket (from `../../CocoaAsyncSocket.podspec`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../../CocoaAsyncSocket.podspec

SPEC CHECKSUMS:
CocoaAsyncSocket: d2e2218081934d7a558199990af5db45b2e832a0
CocoaAsyncSocket: 97224bc66770fec0bc5fb373a752a62406cd31ee

PODFILE CHECKSUM: 7ab0033c45d6145d209ac97a4d0f7905792ec3af

Expand Down

0 comments on commit 4b88ce1

Please sign in to comment.