From 16612ec126c24c1bdc2d71557215a8b63d5f778f Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Tue, 30 May 2017 00:11:34 -0700 Subject: [PATCH] Remove JS tests from CI for now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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