From 1e070707989704749efee6394b46d161765440f0 Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 1 Oct 2015 13:17:18 -0400 Subject: [PATCH] tweak to travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5473d28..4c29e82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: - npm install - cd .. install: node Socket.IO-Test-Server/main.js & -script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test +script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test -parallelize cache: directories: - Socket.IO-Test-Server/node_modules