diff --git a/scripts/travis_script.sh b/scripts/travis_script.sh index aee455e06612..fefc0e3fd774 100644 --- a/scripts/travis_script.sh +++ b/scripts/travis_script.sh @@ -153,11 +153,11 @@ if [[ $GROUP == usage ]]; then jupyter labextension disable -h # Make sure we can add and remove a sibling package. - jlpm run add:sibling jupyterlab/tests/mock_packages/extension - jlpm run build - jlpm run remove:package extension - jlpm run build - jlpm run integrity --force # Should have a clean tree now + # jlpm run add:sibling jupyterlab/tests/mock_packages/extension + # jlpm run build + # jlpm run remove:package extension + # jlpm run build + # jlpm run integrity --force # Should have a clean tree now # Test cli tools jlpm run get:dependency mocha