Skip to content

Commit 1a48adb

Browse files
author
Lukas Schmidt
committed
move out of server dir
1 parent 9a39524 commit 1a48adb

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
@@ -3,7 +3,7 @@ xcode_project: Socket.IO-Client-Swift.xcodeproj # path to your xcodeproj folder
33
xcode_scheme: SocketIO-iOS
44
osx_image: xcode7
55
script: xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-iOS -sdk iphonesimulator build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
6-
before_install: cd Socket.IO-Test-Server/ && npm install
6+
before_install: cd Socket.IO-Test-Server/ && npm install && cd ..
77
install: node Socket.IO-Test-Server/main.js
88
cache:
99
directories:

0 commit comments

Comments
 (0)