Skip to content

Commit 66d052c

Browse files
committed
only build mac since the other targets aren't used in testing
1 parent a2b1a99 commit 66d052c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_install:
1010
- brew update
1111
# - brew outdated xctool || brew upgrade xctool
1212
- brew outdated carthage || brew upgrade carthage
13-
- carthage update
13+
- carthage update --platform macosx
1414
script:
1515
- xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test -quiet
1616
# - xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build-for-testing -quiet

0 commit comments

Comments
 (0)