From 206321246a0847b5b25420175ae0af880c6a4e69 Mon Sep 17 00:00:00 2001 From: Ian Rose Date: Fri, 21 Jun 2019 15:13:01 -0700 Subject: [PATCH] Disable add:sibling in CI for now. --- scripts/travis_script.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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