From 6016129562e73a9aaffa172e64799c578fb1a9a6 Mon Sep 17 00:00:00 2001 From: Erik Little Date: Thu, 8 Sep 2016 07:31:17 -0400 Subject: [PATCH] Turn off travis until it's updated --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6afadee..5918e2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: objective-c xcode_project: Socket.IO-Client-Swift.xcodeproj # path to your xcodeproj folder xcode_scheme: SocketIO-iOS -osx_image: xcode7.3 +osx_image: xcode8 branches: only: - master - - development script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test -parallelize