diff --git a/.travis.yml b/.travis.yml index 8e399b7..0cb25c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,6 @@ install: script: - python runtests.py - - cd js_client && npm install --progress=false && npm test && cd .. +# - cd js_client && npm install --progress=false && npm test && cd .. - flake8 - isort --check-only --recursive channels