Do we really need to update carthage?

This commit is contained in:
Erik Little 2017-10-22 10:48:37 -04:00
parent 6e3d97617f
commit 5db5260ae8
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -7,9 +7,9 @@ branches:
- master - master
- development - development
before_install: before_install:
- brew update # - brew update
# - brew outdated xctool || brew upgrade xctool # - brew outdated xctool || brew upgrade xctool
- brew outdated carthage || brew upgrade carthage # - brew outdated carthage || brew upgrade carthage
- carthage update --platform macosx - carthage update --platform macosx
script: script:
- xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO build test -quiet - xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO build test -quiet