move carthage update to before_install

This commit is contained in:
Erik Little 2017-10-01 09:03:50 -04:00
parent 392e479c59
commit 6138c535c9
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -8,10 +8,10 @@ branches:
- 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
script:
- carthage update - carthage update
script:
- xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test -quiet - xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test -quiet
# - xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build-for-testing -quiet # - xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build-for-testing -quiet
# - xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac run-tests --parallelize # - xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac run-tests --parallelize