Skip to content

Commit

Permalink
Disable add:sibling in CI for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-r-rose committed Jun 21, 2019
1 parent 75241a5 commit 2063212
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/travis_script.sh
Expand Up @@ -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
Expand Down

0 comments on commit 2063212

Please sign in to comment.