This commit is contained in:
Erik 2015-09-25 14:49:34 -04:00
parent 4531d2e1a1
commit bd5e2db98a

View File

@ -2,7 +2,7 @@ language: objective-c
xcode_project: Socket.IO-Client-Swift.xcodeproj # path to your xcodeproj folder
xcode_scheme: SocketIO-iOS
osx_image: xcode7
before-install:
before_install:
- cd Socket.IO-Test-Server/
- npm install
- cd ..