Fix travis

This commit is contained in:
Roy Hyunjin Han 2015-02-19 21:45:32 -05:00
commit ef43467870

View file

@ -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