Skip to content

Commit 9a39524

Browse files
author
Lukas Schmidt
committed
npm install before running test server
1 parent 5b6b36a commit 9a39524

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ 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: node Socket.IO-Test-Server/main.js
6+
before_install: cd Socket.IO-Test-Server/ && npm install
7+
install: node Socket.IO-Test-Server/main.js
8+
cache:
9+
directories:
10+
- Socket.IO-Test-Server/node_modules

0 commit comments

Comments
 (0)