From 66d052cee24d84ee2ebf7570271b8025790685bb Mon Sep 17 00:00:00 2001 From: Erik Little Date: Sun, 1 Oct 2017 10:19:51 -0400 Subject: [PATCH] only build mac since the other targets aren't used in testing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index abdb9ab..8261b18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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