diff --git a/.travis.yml b/.travis.yml index 2d8f75d..5fb9d1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - pip install -U websocket-client - pip install -U coverage before_script: - - DEBUG=* node tests/serve.js & - - DEBUG=* node tests/proxy.js & + - DEBUG=* node socketIO_client/tests/serve.js & + - DEBUG=* node socketIO_client/tests/proxy.js & - sleep 3 script: nosetests