Try and fix travis

This commit is contained in:
Erik 2017-05-07 09:58:44 -04:00
parent bcce3cdfe7
commit 1c1eb3d08d
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -9,5 +9,5 @@ branches:
before_install: before_install:
- brew update - brew update
- brew outdated xctool || brew upgrade xctool - brew outdated xctool || brew upgrade xctool
script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac run-tests --parallelize script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-MacTests run-tests --parallelize
#script: xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test #script: xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test