only build mac since the other targets aren't used in testing

This commit is contained in:
Erik Little 2017-10-01 10:19:51 -04:00
parent a2b1a999e5
commit 66d052cee2
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -10,7 +10,7 @@ before_install:
- brew update
# - brew outdated xctool || brew upgrade xctool
- brew outdated carthage || brew upgrade carthage
- carthage update
- carthage update --platform macosx
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-for-testing -quiet